..
additional_responses
📝 Simplify example for docs for Additional Responses, remove unnecessary `else` (#4693)
3 years ago
additional_status_codes
📝 Update all docs to use `Annotated` as the main recommendation, with new examples and tests (#9268)
2 years ago
advanced_middleware
✨ Add support for docs translations (#1168)
5 years ago
app_testing
📝 Update all docs to use `Annotated` as the main recommendation, with new examples and tests (#9268)
2 years ago
async_sql_databases
✨ Add support for docs translations (#1168)
5 years ago
async_tests
✨ Add support for Trio via AnyIO (#3372)
4 years ago
background_tasks
📝 Update all docs to use `Annotated` as the main recommendation, with new examples and tests (#9268)
2 years ago
behind_a_proxy
✨ Auto-generate OpenAPI servers from root_path (#1596)
5 years ago
bigger_applications
📝 Update all docs to use `Annotated` as the main recommendation, with new examples and tests (#9268)
2 years ago
body
📝 Add docs recommending `Union` over `Optional` and migrate source examples (#4908)
3 years ago
body_fields
📝 Update all docs to use `Annotated` as the main recommendation, with new examples and tests (#9268)
2 years ago
body_multiple_params
📝 Update all docs to use `Annotated` as the main recommendation, with new examples and tests (#9268)
2 years ago
body_nested_models
📝 Add docs recommending `Union` over `Optional` and migrate source examples (#4908)
3 years ago
body_updates
📝 Add docs recommending `Union` over `Optional` and migrate source examples (#4908)
3 years ago
conditional_openapi
✨ Add support for Pydantic v2 (#9816)
2 years ago
configure_swagger_ui
📝 Add new docs section, How To - Recipes, move docs that don't have to be read by everyone to How To (#10114)
2 years ago
cookie_params
📝 Update all docs to use `Annotated` as the main recommendation, with new examples and tests (#9268)
2 years ago
cors
✨ Add support for docs translations (#1168)
5 years ago
custom_docs_ui
📌 Pin Swagger UI version to 5.9.0 temporarily to handle a bug crashing it in 5.9.1 (#10529)
1 year ago
custom_request_and_route
✨ Add support for not needing `...` as default value in required Query(), Path(), Header(), etc. (#4906)
3 years ago
custom_response
📝 Update docs for `ORJSONResponse` with details about improving performance (#2615)
3 years ago
dataclasses
📝 Add docs recommending `Union` over `Optional` and migrate source examples (#4908)
3 years ago
debugging
✨ Add support for docs translations (#1168)
5 years ago
dependencies
✨ Add support for raising exceptions (including `HTTPException`) in dependencies with `yield` in the exit code, do not support them in background tasks (#10831)
1 year ago
dependency_testing
📝 Update all docs to use `Annotated` as the main recommendation, with new examples and tests (#9268)
2 years ago
encoder
📝 Add docs recommending `Union` over `Optional` and migrate source examples (#4908)
3 years ago
events
✨ Add support for `lifespan` async context managers (superseding `startup` and `shutdown` events) (#2944)
2 years ago
extending_openapi
📝 Add new docs section, How To - Recipes, move docs that don't have to be read by everyone to How To (#10114)
2 years ago
extra_data_types
📝 Update all docs to use `Annotated` as the main recommendation, with new examples and tests (#9268)
2 years ago
extra_models
✨ Add support for Pydantic v2 (#9816)
2 years ago
first_steps
✨ Add support for docs translations (#1168)
5 years ago
generate_clients
✨ Add support for custom `generate_unique_id_function` and docs for generating clients (#4650)
3 years ago
graphql
📝 Update GraphQL docs, recommend Strawberry (#3981)
4 years ago
handling_errors
🔊 Fix empty log message in docs example about raised exceptions (#1815)
5 years ago
header_params
👷 Adopt Ruff format (#10517)
1 year ago
metadata
✨ Add support for OpenAPI 3.1.0 (#9770)
2 years ago
middleware
✨ Add support for docs translations (#1168)
5 years ago
nosql_databases
📝 Add docs recommending `Union` over `Optional` and migrate source examples (#4908)
3 years ago
openapi_callbacks
📝 Add docs recommending `Union` over `Optional` and migrate source examples (#4908)
3 years ago
openapi_webhooks
✏️ Fix typos in emoji docs and in some source examples (#10438)
1 year ago
path_operation_advanced_configuration
✨ Add support for Pydantic v2 (#9816)
2 years ago
path_operation_configuration
📝 Add docs recommending `Union` over `Optional` and migrate source examples (#4908)
3 years ago
path_params
📝 Update docs, compare enums with identity instead of equality (#4905)
3 years ago
path_params_numeric_validations
📝 Update all docs to use `Annotated` as the main recommendation, with new examples and tests (#9268)
2 years ago
python_types
✏️ Fix Pydantic examples in tutorial for Python types (#9961)
2 years ago
query_params
📝 Add docs recommending `Union` over `Optional` and migrate source examples (#4908)
3 years ago
query_params_str_validations
👷 Adopt Ruff format (#10517)
1 year ago
request_files
📝 Update all docs to use `Annotated` as the main recommendation, with new examples and tests (#9268)
2 years ago
request_forms
📝 Update all docs to use `Annotated` as the main recommendation, with new examples and tests (#9268)
2 years ago
request_forms_and_files
📝 Update all docs to use `Annotated` as the main recommendation, with new examples and tests (#9268)
2 years ago
response_change_status_code
✨ Add support for docs translations (#1168)
5 years ago
response_cookies
✨ Add support for docs translations (#1168)
5 years ago
response_directly
📝 Add docs recommending `Union` over `Optional` and migrate source examples (#4908)
3 years ago
response_headers
✨ Add support for docs translations (#1168)
5 years ago
response_model
📝 Update docs and examples for Response Model with Return Type Annotations, and update runtime error (#5873)
2 years ago
response_status_code
✨ Add support for docs translations (#1168)
5 years ago
schema_extra_example
✨ Add support for `openapi_examples` in all FastAPI parameters (#10152)
2 years ago
security
📝 Update all docs to use `Annotated` as the main recommendation, with new examples and tests (#9268)
2 years ago
separate_openapi_schemas
✨ Add support for disabling the separation of input and output JSON Schemas in OpenAPI with Pydantic v2 (#10145)
2 years ago
settings
👷 Adopt Ruff format (#10517)
1 year ago
sql_databases
📝 Use in memory database for testing SQL in docs (#1223)
2 years ago
sql_databases_peewee/ sql_app
📝 Add new docs section, How To - Recipes, move docs that don't have to be read by everyone to How To (#10114)
2 years ago
static_files
✨ Add support for docs translations (#1168)
5 years ago
sub_applications
✨ Add support for ASGI root_path for openapi docs (#1199)
5 years ago
templates
📝 Add HTML media type to template docs (#1690)
5 years ago
using_request_directly
✨ Add support for docs translations (#1168)
5 years ago
websockets
📝 Update all docs to use `Annotated` as the main recommendation, with new examples and tests (#9268)
2 years ago
wsgi
🐛 Fix `flask.escape` warning for internal tests (#9468)
2 years ago