| .. |
|
dependencies
|
🐛 Fix unhandled growing memory for internal server errors, refactor dependencies with `yield` and `except` to require raising again as in regular Python (#11191)
|
2024-02-25 00:06:37 +01:00 |
|
security
|
📝 Update `python-multipart` GitHub link in all docs from `https://andrew-d.github.io/python-multipart/` to `https://github.com/Kludex/python-multipart` (#11239)
|
2024-03-13 20:02:19 +01:00 |
|
background-tasks.md
|
⬆️ Drop support for Python 3.7, require Python 3.8 or above (#10442)
|
2023-10-17 09:59:11 +04:00 |
|
bigger-applications.md
|
✏️ Update highlighted line in `docs/en/docs/tutorial/bigger-applications.md` (#5490)
|
2024-01-11 21:18:07 +01:00 |
|
body-fields.md
|
⬆️ Drop support for Python 3.7, require Python 3.8 or above (#10442)
|
2023-10-17 09:59:11 +04:00 |
|
body-multiple-params.md
|
⬆️ Drop support for Python 3.7, require Python 3.8 or above (#10442)
|
2023-10-17 09:59:11 +04:00 |
|
body-nested-models.md
|
📝 Update links to Pydantic docs to point to new website (#11328)
|
2024-03-21 20:42:11 -05:00 |
|
body-updates.md
|
📝 Add notes about Pydantic v2's new `.model_dump()` (#10929)
|
2024-01-10 19:13:55 +00:00 |
|
body.md
|
📝 Update links to Pydantic docs to point to new website (#11328)
|
2024-03-21 20:42:11 -05:00 |
|
cookie-params.md
|
⬆️ Drop support for Python 3.7, require Python 3.8 or above (#10442)
|
2023-10-17 09:59:11 +04:00 |
|
cors.md
|
✏️ Clarify docs on CORS (#5627)
|
2022-11-13 21:28:37 +01:00 |
|
debugging.md
|
✏ Rewording in `docs/en/docs/tutorial/debugging.md` (#9581)
|
2023-06-22 17:04:16 +00:00 |
|
encoder.md
|
⬆️ Drop support for Python 3.7, require Python 3.8 or above (#10442)
|
2023-10-17 09:59:11 +04:00 |
|
extra-data-types.md
|
📝 Update links to Pydantic docs to point to new website (#11328)
|
2024-03-21 20:42:11 -05:00 |
|
extra-models.md
|
📝 Update links to Pydantic docs to point to new website (#11328)
|
2024-03-21 20:42:11 -05:00 |
|
first-steps.md
|
✨ Add support for OpenAPI 3.1.0 (#9770)
|
2023-06-30 20:25:16 +02:00 |
|
handling-errors.md
|
📝 Update links to Pydantic docs to point to new website (#11328)
|
2024-03-21 20:42:11 -05:00 |
|
header-params.md
|
⬆️ Drop support for Python 3.7, require Python 3.8 or above (#10442)
|
2023-10-17 09:59:11 +04:00 |
|
index.md
|
🔨 Add MkDocs hook that renames sections based on the first index file (#9737)
|
2023-06-24 16:47:15 +02:00 |
|
metadata.md
|
📝 Tweak docs and translations links and remove old docs translations (#11381)
|
2024-03-31 18:52:53 -05:00 |
|
middleware.md
|
📝 Reword in docs, from "have in mind" to "keep in mind" (#10376)
|
2024-01-11 20:31:18 +04:00 |
|
path-operation-configuration.md
|
⬆️ Drop support for Python 3.7, require Python 3.8 or above (#10442)
|
2023-10-17 09:59:11 +04:00 |
|
path-params-numeric-validations.md
|
📝 Reword in docs, from "have in mind" to "keep in mind" (#10376)
|
2024-01-11 20:31:18 +04:00 |
|
path-params.md
|
📝 Update links to Pydantic docs to point to new website (#11328)
|
2024-03-21 20:42:11 -05:00 |
|
query-params-str-validations.md
|
📝 Update links to Pydantic docs to point to new website (#11328)
|
2024-03-21 20:42:11 -05:00 |
|
query-params.md
|
📝 Update example validation error from Pydantic v1 to match Pydantic v2 in `docs/en/docs/tutorial/path-params.md` (#10043)
|
2023-10-20 13:08:42 +04:00 |
|
request-files.md
|
📝 Update `python-multipart` GitHub link in all docs from `https://andrew-d.github.io/python-multipart/` to `https://github.com/Kludex/python-multipart` (#11239)
|
2024-03-13 20:02:19 +01:00 |
|
request-forms-and-files.md
|
📝 Update `python-multipart` GitHub link in all docs from `https://andrew-d.github.io/python-multipart/` to `https://github.com/Kludex/python-multipart` (#11239)
|
2024-03-13 20:02:19 +01:00 |
|
request-forms.md
|
📝 Update `python-multipart` GitHub link in all docs from `https://andrew-d.github.io/python-multipart/` to `https://github.com/Kludex/python-multipart` (#11239)
|
2024-03-13 20:02:19 +01:00 |
|
response-model.md
|
📝 Update links to Pydantic docs to point to new website (#11328)
|
2024-03-21 20:42:11 -05: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
|
⬆️ Drop support for Python 3.7, require Python 3.8 or above (#10442)
|
2023-10-17 09:59:11 +04:00 |
|
sql-databases.md
|
📝 Update links to Pydantic docs to point to new website (#11328)
|
2024-03-21 20:42:11 -05:00 |
|
static-files.md
|
📝 Add hyperlink to `docs/en/docs/tutorial/static-files.md` (#10243)
|
2024-01-11 14:56:09 -05:00 |
|
testing.md
|
⬆️ Drop support for Python 3.7, require Python 3.8 or above (#10442)
|
2023-10-17 09:59:11 +04:00 |