You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Yurii Karabas d0573f5713
Add support for function return type annotations to declare the `response_model` (#1436)
2 years ago
..
dependencies 📝 Add docs recommending `Union` over `Optional` and migrate source examples (#4908) 3 years ago
security ✏ Fix typo in `docs/en/docs/tutorial/security/oauth2-jwt.md` (#5584) 3 years ago
background-tasks.md 📝 Updates links for Celery documentation (#4736) 3 years ago
bigger-applications.md 🔧 Add pre-commit with first config and first formatting pass (#4888) 3 years ago
body-fields.md 📝 Add OpenAPI warning to "Body - Fields" docs with extra schema extensions (#4846) 3 years ago
body-multiple-params.md 📝 Add docs recommending `Union` over `Optional` and migrate source examples (#4908) 3 years ago
body-nested-models.md ✏ Reword and clarify text in tutorial `docs/en/docs/tutorial/body-nested-models.md` (#5169) 3 years ago
body-updates.md Add docs and tests for Python 3.9 and Python 3.10 (#3712) 3 years ago
body.md 📝 Add docs recommending `Union` over `Optional` and migrate source examples (#4908) 3 years ago
cookie-params.md Add docs and tests for Python 3.9 and Python 3.10 (#3712) 3 years ago
cors.md ✏️ Clarify docs on CORS (#5627) 3 years ago
debugging.md 🎨 Simplify docs hl_lines ranges and standardize 2 spaces between each range (#1863) 5 years ago
encoder.md Add docs and tests for Python 3.9 and Python 3.10 (#3712) 3 years ago
extra-data-types.md ✏ Fix links to Pydantic docs (#4670) 3 years ago
extra-models.md Add docs and tests for Python 3.9 and Python 3.10 (#3712) 3 years ago
first-steps.md 📝 Update docs for first-steps, links, rewordings (#1518) 5 years ago
handling-errors.md ✏ Fix links to Pydantic docs (#4670) 3 years ago
header-params.md Add docs and tests for Python 3.9 and Python 3.10 (#3712) 3 years ago
index.md 📝 Update docs with pip install calls when using extras with brackets, use quotes for compatibility with Zsh (#3131) 4 years ago
metadata.md Add additonal OpenAPI metadata parameters to `FastAPI` class, shown on the automatic API docs UI (#1812) 4 years ago
middleware.md 🎨 Simplify docs hl_lines ranges and standardize 2 spaces between each range (#1863) 5 years ago
path-operation-configuration.md Add support for tags with Enums (#4468) 3 years ago
path-params-numeric-validations.md ✏ Fix typos in `docs/en/docs/tutorial/path-params-numeric-validations.md` (#5142) 3 years ago
path-params.md 📝 Add documentation for redefined path operations (#4864) 3 years ago
query-params-str-validations.md ✏ Fix a small code highlight line error (#5256) 3 years ago
query-params.md Add docs and tests for Python 3.9 and Python 3.10 (#3712) 3 years ago
request-files.md 📝 Fix typo in docs with examples for Python 3.10 instead of 3.9 (#5545) 3 years ago
request-forms-and-files.md Add support for docs translations (#1168) 5 years ago
request-forms.md 📝 Add tip about using alias for form data fields (#5329) 3 years ago
response-model.md Add support for function return type annotations to declare the `response_model` (#1436) 2 years ago
response-status-code.md 🎨 Simplify docs hl_lines ranges and standardize 2 spaces between each range (#1863) 5 years ago
schema-extra-example.md 📝 Add docs recommending `Union` over `Optional` and migrate source examples (#4908) 3 years ago
sql-databases.md 📝 Add misc dependency installs to tutorial docs (#2126) 3 years ago
static-files.md Add support for Trio via AnyIO (#3372) 4 years ago
testing.md 📝 Update references to Requests for tests to HTTPX, and add HTTPX to extras (#5628) 3 years ago