| .. |
|
test_additional_responses
|
Remove code examples for Python 3.8 in `additional-responses`
|
2025-12-12 09:19:57 +01:00 |
|
test_additional_status_codes
|
Remove code examples for Python 3.8 in `additional_status_codes`
|
2025-12-12 09:19:58 +01:00 |
|
test_advanced_middleware
|
Remove code examples for Python 3.8 in `advanced_middleware`
|
2025-12-12 09:19:58 +01:00 |
|
test_async_tests
|
Remove code examples for Python 3.8 in `async_tests`
|
2025-12-12 09:19:58 +01:00 |
|
test_authentication_error_status_code
|
Remove code examples for Python 3.8 in `authentication_error_status_code`
|
2025-12-12 09:19:58 +01:00 |
|
test_background_tasks
|
Remove code examples for Python 3.8 in `background_tasks`
|
2025-12-12 09:19:58 +01:00 |
|
test_behind_a_proxy
|
Remove code examples for Python 3.8 in `behind_a_proxy`
|
2025-12-12 09:19:58 +01:00 |
|
test_bigger_applications
|
Remove code examples for Python 3.8 in `bigger_applications`
|
2025-12-12 09:19:58 +01:00 |
|
test_body
|
Remove code examples for Python 3.8 in `body`
|
2025-12-12 09:19:58 +01:00 |
|
test_body_fields
|
Remove code examples for Python 3.8 in `body_fields`
|
2025-12-12 09:19:58 +01:00 |
|
test_body_multiple_params
|
Remove code examples for Python 3.8 in `body_multiple_params`
|
2025-12-12 09:19:58 +01:00 |
|
test_body_nested_models
|
Remove code examples for Python 3.8 in `body_nested_models`
|
2025-12-12 09:19:58 +01:00 |
|
test_body_updates
|
Remove code examples for Python 3.8 in `body_updates`
|
2025-12-12 09:19:58 +01:00 |
|
test_conditional_openapi
|
Remove code examples for Python 3.8 in `conditional_openapi`
|
2025-12-12 09:19:58 +01:00 |
|
test_configure_swagger_ui
|
Remove code examples for Python 3.8 in `configure_swagger_ui`
|
2025-12-12 09:19:58 +01:00 |
|
test_cookie_param_models
|
Remove code examples for Python 3.8 in `cookie_param_models`
|
2025-12-12 09:19:58 +01:00 |
|
test_cookie_params
|
Remove code examples for Python 3.8 in `cookie_params`
|
2025-12-12 09:19:58 +01:00 |
|
test_cors
|
Remove code examples for Python 3.8 in `cors`
|
2025-12-12 09:19:58 +01:00 |
|
test_custom_docs_ui
|
Remove code examples for Python 3.8 in `custom_docs_ui`
|
2025-12-12 09:19:58 +01:00 |
|
test_custom_request_and_route
|
Remove code examples for Python 3.8 in `custom_request_and_route`
|
2025-12-12 09:19:58 +01:00 |
|
test_custom_response
|
Remove code examples for Python 3.8 in `custom_response`
|
2025-12-12 09:19:58 +01:00 |
|
test_dataclasses
|
Remove code examples for Python 3.8 in `dataclasses`
|
2025-12-12 09:19:58 +01:00 |
|
test_dependencies
|
Remove code examples for Python 3.8 in `dependencies`
|
2025-12-12 09:19:58 +01:00 |
|
test_events
|
Remove code examples for Python 3.8 in `events`
|
2025-12-12 09:19:58 +01:00 |
|
test_extending_openapi
|
📝 Add new docs section, How To - Recipes, move docs that don't have to be read by everyone to How To (#10114)
|
2023-08-19 21:54:04 +02:00 |
|
test_extra_data_types
|
✅ Simplify tests for extra_data_types (#13177)
|
2025-01-19 06:28:09 +00:00 |
|
test_extra_models
|
✅ Simplify tests for extra_models (#13178)
|
2025-01-19 06:29:33 +00:00 |
|
test_first_steps
|
✨ Add support for OpenAPI 3.1.0 (#9770)
|
2023-06-30 20:25:16 +02:00 |
|
test_generate_clients
|
✨ Add support for OpenAPI 3.1.0 (#9770)
|
2023-06-30 20:25:16 +02:00 |
|
test_handling_errors
|
📝 Update docs about re-raising validation errors, do not include string as is to not leak information (#14487)
|
2025-12-10 12:56:50 +00:00 |
|
test_header_param_models
|
🐛 Fix parsing extra non-body parameter list (#14356)
|
2025-12-02 05:57:19 +01:00 |
|
test_header_params
|
✅ Enable test case for duplicated headers in `test_tutorial/test_header_params/test_tutorial003.py` (#13864)
|
2025-09-20 18:57:53 +02:00 |
|
test_metadata
|
✨ Add support for OpenAPI 3.1.0 (#9770)
|
2023-06-30 20:25:16 +02:00 |
|
test_openapi_callbacks
|
📝 Add variants for code examples in "Advanced User Guide" (#14413)
|
2025-12-10 09:55:32 +01:00 |
|
test_openapi_webhooks
|
✏️ Fix typos in emoji docs and in some source examples (#10438)
|
2023-10-20 13:00:44 +04:00 |
|
test_path_operation_advanced_configurations
|
📝 Add variants for code examples in "Advanced User Guide" (#14413)
|
2025-12-10 09:55:32 +01:00 |
|
test_path_operation_configurations
|
✅ Simplify tests for path_operation_configurations (#13180)
|
2025-01-19 06:33:10 +00:00 |
|
test_path_params
|
⬆️ Upgrade compatibility with Pydantic v2.4, new renamed functions and JSON Schema input/output models with default values (#10344)
|
2023-09-27 23:14:40 -05:00 |
|
test_pydantic_v1_in_v2
|
✨ Add support for `from pydantic.v1 import BaseModel`, mixed Pydantic v1 and v2 models in the same app (#14168)
|
2025-10-11 18:45:54 +02:00 |
|
test_query_param_models
|
✨ Add support for Pydantic models for parameters using `Query`, `Cookie`, `Header` (#12199)
|
2024-09-17 20:54:10 +02:00 |
|
test_query_params
|
✅ Simplify tests for path_query_params (#13181)
|
2025-01-19 06:34:48 +00:00 |
|
test_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 |
|
test_request_files
|
✅ Simplify tests for request_files (#13182)
|
2025-01-30 12:04:34 +00:00 |
|
test_request_form_models
|
✅ Simplify tests for request_form_models (#13183)
|
2025-01-19 22:39:18 +00:00 |
|
test_request_forms
|
✅ Simplify tests for request_forms (#13184)
|
2025-01-19 06:42:25 +00:00 |
|
test_request_forms_and_files
|
✅ Simplify tests for request_forms_and_files (#13185)
|
2025-01-19 06:43:21 +00:00 |
|
test_response_change_status_code
|
⬆ Upgrade isort to version 5.x.x (#1670)
|
2020-07-09 20:06:12 +02:00 |
|
test_response_cookies
|
⬆ Upgrade isort to version 5.x.x (#1670)
|
2020-07-09 20:06:12 +02:00 |
|
test_response_directly
|
📝 Add variants for code examples in "Advanced User Guide" (#14413)
|
2025-12-10 09:55:32 +01:00 |
|
test_response_headers
|
⬆ Upgrade isort to version 5.x.x (#1670)
|
2020-07-09 20:06:12 +02:00 |
|
test_response_model
|
✅ Simplify tests for response_model (#14062)
|
2025-09-20 18:26:21 +02:00 |
|
test_schema_extra_example
|
✅ Simplify tests for schema_extra_example (#13197)
|
2025-01-19 22:30:50 +00:00 |
|
test_security
|
🐛 Use `401` status code in security classes when credentials are missing (#13786)
|
2025-11-24 20:03:06 +01:00 |
|
test_separate_openapi_schemas
|
✅ Simplify tests for separate_openapi_schemas (#13201)
|
2025-01-19 22:36:49 +00:00 |
|
test_settings
|
📝 Add variants for code examples in "Advanced User Guide" (#14413)
|
2025-12-10 09:55:32 +01:00 |
|
test_sql_databases
|
📝 Fix typos in code comments (#14364)
|
2025-11-18 09:30:20 +01:00 |
|
test_sub_applications
|
✨ Add support for OpenAPI 3.1.0 (#9770)
|
2023-06-30 20:25:16 +02:00 |
|
test_templates
|
📝 Update template docs with more info about `url_for` (#5937)
|
2024-01-11 23:25:37 +01:00 |
|
test_testing
|
Remove code examples for Python 3.8 in `app_testing`
|
2025-12-12 09:19:58 +01:00 |
|
test_testing_dependencies
|
Remove code examples for Python 3.8 in `dependency_testing`
|
2025-12-12 09:19:58 +01:00 |
|
test_using_request_directly
|
📝 Add variants for code examples in "Advanced User Guide" (#14413)
|
2025-12-10 09:55:32 +01:00 |
|
test_websockets
|
📝 Add variants for code examples in "Advanced User Guide" (#14413)
|
2025-12-10 09:55:32 +01:00 |
|
test_wsgi
|
⬆ Upgrade isort to version 5.x.x (#1670)
|
2020-07-09 20:06:12 +02:00 |
|
__init__.py
|
♻️ Re-format tutorials, files names and tests
|
2018-12-18 21:59:06 +04:00 |