| .. |
|
additional_responses
|
✨ Add/refactor addditional responses, tests, docs
|
2019-04-05 13:54:00 +04:00 |
|
additional_status_codes
|
✨ Add docs about responses with additional status codes (#156)
|
2019-04-12 22:43:21 +04:00 |
|
app_testing
|
✅ Update testing docs, examples for testing POST, headers (#271)
|
2019-05-29 11:47:21 +04:00 |
|
application_configuration
|
⬆️ Update Pydantic to 0.21.0 (#90)
|
2019-03-21 18:40:29 +04:00 |
|
async_sql_databases
|
✨ Add docs and tests for encode/databases (#107)
|
2019-03-25 22:17:31 +04:00 |
|
background_tasks
|
✨ Add support for BackgroundTasks parameters (#103)
|
2019-03-24 23:33:35 +04:00 |
|
bigger_applications
|
✨ Add parameter dependencies to path operation decorators and include_router (#235)
|
2019-05-16 18:07:00 +04:00 |
|
body
|
📝 Move tutorial src files to top level docs
|
2018-12-21 16:22:33 +04:00 |
|
body_fields
|
📝 Change 'Schema' to 'Field' in docs (#746)
|
2019-12-09 14:48:54 +01:00 |
|
body_multiple_params
|
📝 Move tutorial src files to top level docs
|
2018-12-21 16:22:33 +04:00 |
|
body_nested_models
|
fix type UrlStr -> HttpUrl (#832)
|
2020-01-08 00:08:43 -08:00 |
|
body_updates
|
✨ Add support for Pydantic v1 and above 🎉 (#646)
|
2019-11-27 20:32:02 +01:00 |
|
cookie_params
|
📝 Move tutorial src files to top level docs
|
2018-12-21 16:22:33 +04:00 |
|
cors
|
✏️ Fix protocol separator typo (#647)
|
2019-11-27 20:37:19 +01:00 |
|
custom_request_and_route
|
✨ Add better support for request body access/manipulation with custom classes (#589)
|
2019-10-04 19:23:34 -05:00 |
|
custom_response
|
♻️ Rename parameter content_type to response_class (#183)
|
2019-04-26 13:11:16 +04:00 |
|
debugging
|
📝 Add docs for debugging
|
2019-03-02 17:40:01 +04:00 |
|
dependencies
|
✨ Add dependencies with yield (used as context managers) (#595)
|
2019-10-09 13:01:58 -05:00 |
|
dependency_testing
|
✨ Implement dependency overrides for testing (#291)
|
2019-06-05 15:43:18 +04:00 |
|
encoder
|
📝 Add docs about returning a response directly and encoder (#184)
|
2019-04-26 13:40:23 +04:00 |
|
events
|
✨ Add testing docs and tests (#151)
|
2019-04-12 20:15:05 +04:00 |
|
extending_openapi
|
📝 Add documentation for self-serving static Swagger UI (#112) (#557)
|
2019-11-23 22:50:58 +01:00 |
|
extra_data_types
|
✅ Add docs, tests and fixes for extra data types
|
2018-12-22 14:35:48 +04:00 |
|
extra_models
|
✨ Add support for Pydantic v1 and above 🎉 (#646)
|
2019-11-27 20:32:02 +01:00 |
|
first_steps
|
📝 Move tutorial src files to top level docs
|
2018-12-21 16:22:33 +04:00 |
|
graphql
|
✨ Add docs for GraphQL (#48)
|
2019-02-20 21:58:26 +04:00 |
|
handling_errors
|
✨ add body to RequestValidationError for easier debugging (#853)
|
2020-01-17 12:37:44 +01:00 |
|
header_params
|
✨ Multi-value query parameters and duplicate headers (#95)
|
2019-03-22 21:47:54 +04:00 |
|
middleware
|
📝 Add docs for middleware (#173)
|
2019-04-21 19:56:20 +04:00 |
|
nosql_databases
|
📝 Move tutorial src files to top level docs
|
2018-12-21 16:22:33 +04:00 |
|
openapi_callbacks
|
🐛 Fix callback handling in sub-routers (#792)
|
2020-01-08 22:22:14 +01:00 |
|
path_operation_advanced_configuration
|
📝 Document overriding operationId for all path operations using their function names (#642)
|
2019-11-24 15:00:51 +01:00 |
|
path_operation_configuration
|
✨ Upgrade docstring Markdown parsing (#163)
|
2019-04-16 22:49:18 +04:00 |
|
path_params
|
📝 Update enum examples to use str, and improve Swagger UI in examples (#351)
|
2019-06-28 21:27:27 +02:00 |
|
path_params_numeric_validations
|
📝 Move tutorial src files to top level docs
|
2018-12-21 16:22:33 +04:00 |
|
python_types
|
📝 Move tutorial src files to top level docs
|
2018-12-21 16:22:33 +04:00 |
|
query_params
|
📝 Change limit default parameter to 10 in Query docs (#366)
|
2019-07-12 18:22:21 -05:00 |
|
query_params_str_validations
|
🐛 Fix path and query parameters receiving dict as valid (#287)
|
2019-06-03 21:59:40 +04:00 |
|
request_files
|
✨ Add support for multi-file uploads (#158)
|
2019-04-14 22:12:14 +04:00 |
|
request_forms
|
📝 Move tutorial src files to top level docs
|
2018-12-21 16:22:33 +04:00 |
|
request_forms_and_files
|
Add support for UploadFile class annotations (#63)
|
2019-03-03 20:52:37 +04:00 |
|
response_change_status_code
|
✨ Add support for Response parameters to set headers, cookies, and status codes (#294)
|
2019-06-06 14:29:40 +04:00 |
|
response_cookies
|
✨ Add support for Response parameters to set headers, cookies, and status codes (#294)
|
2019-06-06 14:29:40 +04:00 |
|
response_directly
|
🐛 Fix XML example (#710)
|
2019-11-27 21:06:50 +01:00 |
|
response_headers
|
✨ Add support for Response parameters to set headers, cookies, and status codes (#294)
|
2019-06-06 14:29:40 +04:00 |
|
response_model
|
✨ Add support for Pydantic v1 and above 🎉 (#646)
|
2019-11-27 20:32:02 +01:00 |
|
response_status_code
|
📝 Add docs for response status codes
|
2019-01-14 17:30:55 +04:00 |
|
security
|
🔒 Check both username and password in security tutorial (#865)
|
2020-01-17 12:49:54 +01:00 |
|
sql_databases
|
✨ Add dependencies with yield (used as context managers) (#595)
|
2019-10-09 13:01:58 -05:00 |
|
sql_databases_peewee
|
📝 Update Peewee docs, simplify with double dependency with yield (#947)
|
2020-02-04 05:28:19 +01:00 |
|
static_files
|
✨ Add docs and tests for Jinja2 templates (#186)
|
2019-04-26 18:49:15 +04:00 |
|
sub_applications
|
Add Open API prefix route - correct docs behind reverse proxy (#26)
|
2019-02-14 22:57:49 +04:00 |
|
templates
|
✨ Add docs and tests for Jinja2 templates (#186)
|
2019-04-26 18:49:15 +04:00 |
|
using_request_directly
|
📝 Add docs for using the Starlette Request directly (#25)
|
2019-02-16 12:44:56 +04:00 |
|
websockets
|
✨ Add support for WebSockets with dependencies, params, etc #166 (#178)
|
2019-05-24 20:41:41 +04:00 |