fastapi/docs/en/docs/tutorial
feliciss 4a1c69e6c2
📝 Fix typo in docs with examples for Python 3.10 instead of 3.9 (#5545)
Co-authored-by: Feliciss <system@Felicisss-MacBook-Air.local>
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2022-10-31 16:38:10 +00:00
..
dependencies 📝 Add docs recommending `Union` over `Optional` and migrate source examples (#4908) 2022-05-14 06:59:59 -05:00
security ✏ Fix small typo in `docs/en/docs/tutorial/security/first-steps.md` (#4515) 2022-05-10 03:35:21 +00:00
background-tasks.md 📝 Updates links for Celery documentation (#4736) 2022-05-11 12:35:04 -05:00
bigger-applications.md 🔧 Add pre-commit with first config and first formatting pass (#4888) 2022-05-12 00:06:16 +00:00
body-fields.md 📝 Add OpenAPI warning to "Body - Fields" docs with extra schema extensions (#4846) 2022-05-11 16:43:47 -05:00
body-multiple-params.md 📝 Add docs recommending `Union` over `Optional` and migrate source examples (#4908) 2022-05-14 06:59:59 -05:00
body-nested-models.md ✏ Reword and clarify text in tutorial `docs/en/docs/tutorial/body-nested-models.md` (#5169) 2022-08-26 16:22:36 +02:00
body-updates.md Add docs and tests for Python 3.9 and Python 3.10 (#3712) 2022-01-07 15:11:31 +01:00
body.md 📝 Add docs recommending `Union` over `Optional` and migrate source examples (#4908) 2022-05-14 06:59:59 -05:00
cookie-params.md Add docs and tests for Python 3.9 and Python 3.10 (#3712) 2022-01-07 15:11:31 +01:00
cors.md ✏ Fix minor typos in docs (#2122) 2020-11-05 23:20:55 +01:00
debugging.md 🎨 Simplify docs hl_lines ranges and standardize 2 spaces between each range (#1863) 2020-08-29 16:02:58 +02:00
encoder.md Add docs and tests for Python 3.9 and Python 3.10 (#3712) 2022-01-07 15:11:31 +01:00
extra-data-types.md ✏ Fix links to Pydantic docs (#4670) 2022-05-11 17:03:41 +00:00
extra-models.md Add docs and tests for Python 3.9 and Python 3.10 (#3712) 2022-01-07 15:11:31 +01:00
first-steps.md 📝 Update docs for first-steps, links, rewordings (#1518) 2020-06-13 18:53:31 +02:00
handling-errors.md ✏ Fix links to Pydantic docs (#4670) 2022-05-11 17:03:41 +00:00
header-params.md Add docs and tests for Python 3.9 and Python 3.10 (#3712) 2022-01-07 15:11:31 +01:00
index.md 📝 Update docs with pip install calls when using extras with brackets, use quotes for compatibility with Zsh (#3131) 2021-10-07 17:57:38 +02:00
metadata.md Add additonal OpenAPI metadata parameters to `FastAPI` class, shown on the automatic API docs UI (#1812) 2021-07-29 17:10:22 +02:00
middleware.md 🎨 Simplify docs hl_lines ranges and standardize 2 spaces between each range (#1863) 2020-08-29 16:02:58 +02:00
path-operation-configuration.md Add support for tags with Enums (#4468) 2022-01-23 18:43:04 +01:00
path-params-numeric-validations.md ✏ Fix typos in `docs/en/docs/tutorial/path-params-numeric-validations.md` (#5142) 2022-08-26 16:35:10 +02:00
path-params.md 📝 Add documentation for redefined path operations (#4864) 2022-05-12 11:16:16 -05:00
query-params-str-validations.md ✏ Fix a small code highlight line error (#5256) 2022-09-04 15:18:08 +02:00
query-params.md Add docs and tests for Python 3.9 and Python 3.10 (#3712) 2022-01-07 15:11:31 +01:00
request-files.md 📝 Fix typo in docs with examples for Python 3.10 instead of 3.9 (#5545) 2022-10-31 16:38:10 +00:00
request-forms-and-files.md Add support for docs translations (#1168) 2020-03-26 20:09:53 +01:00
request-forms.md 📝 Add tip about using alias for form data fields (#5329) 2022-09-01 09:05:41 +00:00
response-model.md 📝 Add note about Python 3.10 `X | Y` operator in explanation about Response Models (#5307) 2022-09-04 15:29:06 +02:00
response-status-code.md 🎨 Simplify docs hl_lines ranges and standardize 2 spaces between each range (#1863) 2020-08-29 16:02:58 +02:00
schema-extra-example.md 📝 Add docs recommending `Union` over `Optional` and migrate source examples (#4908) 2022-05-14 06:59:59 -05:00
sql-databases.md 📝 Add misc dependency installs to tutorial docs (#2126) 2022-08-18 20:12:34 +00:00
static-files.md Add support for Trio via AnyIO (#3372) 2021-10-06 17:32:11 +02:00
testing.md 📝 Update docs for testing, fix examples with relative imports (#5302) 2022-08-24 16:18:11 +02:00