fastapi/docs_src
Yurii Motov 2c6bc791d5 Remove code examples for Python 3.8 in `query_params` 2025-12-12 09:19:58 +01:00
..
additional_responses Remove code examples for Python 3.8 in `additional-responses` 2025-12-12 09:19:57 +01:00
additional_status_codes Remove code examples for Python 3.8 in `additional_status_codes` 2025-12-12 09:19:58 +01:00
advanced_middleware Remove code examples for Python 3.8 in `advanced_middleware` 2025-12-12 09:19:58 +01:00
app_testing Remove code examples for Python 3.8 in `app_testing` 2025-12-12 09:19:58 +01:00
async_tests Remove code examples for Python 3.8 in `async_tests` 2025-12-12 09:19:58 +01:00
authentication_error_status_code Remove code examples for Python 3.8 in `authentication_error_status_code` 2025-12-12 09:19:58 +01:00
background_tasks Remove code examples for Python 3.8 in `background_tasks` 2025-12-12 09:19:58 +01:00
behind_a_proxy Remove code examples for Python 3.8 in `behind_a_proxy` 2025-12-12 09:19:58 +01:00
bigger_applications Remove code examples for Python 3.8 in `bigger_applications` 2025-12-12 09:19:58 +01:00
body Remove code examples for Python 3.8 in `body` 2025-12-12 09:19:58 +01:00
body_fields Remove code examples for Python 3.8 in `body_fields` 2025-12-12 09:19:58 +01:00
body_multiple_params Remove code examples for Python 3.8 in `body_multiple_params` 2025-12-12 09:19:58 +01:00
body_nested_models Remove code examples for Python 3.8 in `body_nested_models` 2025-12-12 09:19:58 +01:00
body_updates Remove code examples for Python 3.8 in `body_updates` 2025-12-12 09:19:58 +01:00
conditional_openapi Remove code examples for Python 3.8 in `conditional_openapi` 2025-12-12 09:19:58 +01:00
configure_swagger_ui Remove code examples for Python 3.8 in `configure_swagger_ui` 2025-12-12 09:19:58 +01:00
cookie_param_models Remove code examples for Python 3.8 in `cookie_param_models` 2025-12-12 09:19:58 +01:00
cookie_params Remove code examples for Python 3.8 in `cookie_params` 2025-12-12 09:19:58 +01:00
cors Remove code examples for Python 3.8 in `cors` 2025-12-12 09:19:58 +01:00
custom_docs_ui Remove code examples for Python 3.8 in `custom_docs_ui` 2025-12-12 09:19:58 +01:00
custom_request_and_route Remove code examples for Python 3.8 in `custom_request_and_route` 2025-12-12 09:19:58 +01:00
custom_response Remove code examples for Python 3.8 in `custom_response` 2025-12-12 09:19:58 +01:00
dataclasses Remove code examples for Python 3.8 in `dataclasses` 2025-12-12 09:19:58 +01:00
debugging Remove code examples for Python 3.8 in `debugging` 2025-12-12 09:19:58 +01:00
dependencies Remove code examples for Python 3.8 in `dependencies` 2025-12-12 09:19:58 +01:00
dependency_testing Remove code examples for Python 3.8 in `dependency_testing` 2025-12-12 09:19:58 +01:00
encoder Remove code examples for Python 3.8 in `encoder` 2025-12-12 09:19:58 +01:00
events Remove code examples for Python 3.8 in `events` 2025-12-12 09:19:58 +01:00
extending_openapi Remove code examples for Python 3.8 in `extending_openapi` 2025-12-12 09:19:58 +01:00
extra_data_types Remove code examples for Python 3.8 in `extra_data_types` 2025-12-12 09:19:58 +01:00
extra_models Remove code examples for Python 3.8 in `extra_models` 2025-12-12 09:19:58 +01:00
first_steps Remove code examples for Python 3.8 in `first_steps` 2025-12-12 09:19:58 +01:00
generate_clients Remove code examples for Python 3.8 in `generate_clients` 2025-12-12 09:19:58 +01:00
graphql Remove code examples for Python 3.8 in `graphql` 2025-12-12 09:19:58 +01:00
handling_errors Remove code examples for Python 3.8 in `handling_errors` 2025-12-12 09:19:58 +01:00
header_param_models Remove code examples for Python 3.8 in `header_param_models` 2025-12-12 09:19:58 +01:00
header_params Remove code examples for Python 3.8 in `header_params` 2025-12-12 09:19:58 +01:00
metadata Remove code examples for Python 3.8 in `metadata` 2025-12-12 09:19:58 +01:00
middleware Remove code examples for Python 3.8 in `middleware` 2025-12-12 09:19:58 +01:00
openapi_callbacks Remove code examples for Python 3.8 in `openapi_callbacks` 2025-12-12 09:19:58 +01:00
openapi_webhooks Remove code examples for Python 3.8 in `openapi_webhooks` 2025-12-12 09:19:58 +01:00
path_operation_advanced_configuration Remove code examples for Python 3.8 in `path_operation_advanced_configuration` 2025-12-12 09:19:58 +01:00
path_operation_configuration Remove code examples for Python 3.8 in `path_operation_configuration` 2025-12-12 09:19:58 +01:00
path_params Remove code examples for Python 3.8 in `path_params` 2025-12-12 09:19:58 +01:00
path_params_numeric_validations Remove code examples for Python 3.8 in `path_params_numeric_validations` 2025-12-12 09:19:58 +01:00
pydantic_v1_in_v2 Remove code examples for Python 3.8 in `pydantic_v1_in_v2` 2025-12-12 09:19:58 +01:00
python_types Remove code examples for Python 3.8 in `python_types` 2025-12-12 09:19:58 +01:00
query_param_models Remove code examples for Python 3.8 in `query_param_models` 2025-12-12 09:19:58 +01:00
query_params Remove code examples for Python 3.8 in `query_params` 2025-12-12 09:19:58 +01:00
query_params_str_validations 🐛 Add docs examples and tests (support) for `Annotated` custom validations, like `AfterValidator`, revert #13440 (#13442) 2025-03-01 22:02:35 +00:00
request_files 📝 Update all docs to use `Annotated` as the main recommendation, with new examples and tests (#9268) 2023-03-18 13:29:59 +01:00
request_form_models Add support for forbidding extra form fields with Pydantic models (#12134) 2024-09-06 19:31:18 +02:00
request_forms 📝 Update all docs to use `Annotated` as the main recommendation, with new examples and tests (#9268) 2023-03-18 13:29:59 +01:00
request_forms_and_files 📝 Update all docs to use `Annotated` as the main recommendation, with new examples and tests (#9268) 2023-03-18 13:29:59 +01:00
response_change_status_code Add support for docs translations (#1168) 2020-03-26 20:09:53 +01:00
response_cookies Add support for docs translations (#1168) 2020-03-26 20:09:53 +01:00
response_directly 📝 Add variants for code examples in "Advanced User Guide" (#14413) 2025-12-10 09:55:32 +01:00
response_headers Add support for docs translations (#1168) 2020-03-26 20:09:53 +01:00
response_model 📝 Update docs and examples for Response Model with Return Type Annotations, and update runtime error (#5873) 2023-01-10 16:22:47 +00:00
response_status_code Add support for docs translations (#1168) 2020-03-26 20:09:53 +01:00
schema_extra_example 📝 Update includes for `docs/en/docs/tutorial/schema-extra-example.md` (#12822) 2024-11-09 16:00:17 +00:00
security 🐛 Use `401` status code in security classes when credentials are missing (#13786) 2025-11-24 20:03:06 +01:00
separate_openapi_schemas Add support for disabling the separation of input and output JSON Schemas in OpenAPI with Pydantic v2 (#10145) 2023-08-25 21:10:22 +02:00
settings 📝 Add variants for code examples in "Advanced User Guide" (#14413) 2025-12-10 09:55:32 +01:00
sql_databases Add new tutorial for SQL databases with SQLModel (#12285) 2024-10-09 21:44:42 +02:00
static_files Add support for docs translations (#1168) 2020-03-26 20:09:53 +01:00
sub_applications Add support for ASGI root_path for openapi docs (#1199) 2020-06-11 23:53:19 +02:00
templates 📝 Update template docs with more info about `url_for` (#5937) 2024-01-11 23:25:37 +01:00
using_request_directly Add support for docs translations (#1168) 2020-03-26 20:09:53 +01:00
websockets 📝 Update all docs to use `Annotated` as the main recommendation, with new examples and tests (#9268) 2023-03-18 13:29:59 +01:00
wsgi 🐛 Fix `flask.escape` warning for internal tests (#9468) 2023-05-09 14:32:00 +00:00