]> git.ipfire.org Git - thirdparty/fastapi/sqlmodel.git/commit
📝 Update all docs references to `Optional` to use the new syntax in Python 3.10,...
authorSebastián Ramírez <tiangolo@gmail.com>
Sun, 27 Apr 2025 18:53:37 +0000 (20:53 +0200)
committerGitHub <noreply@github.com>
Sun, 27 Apr 2025 18:53:37 +0000 (20:53 +0200)
commit61523864f1f4fc60040f8ae369353460bedc7fe3
treee79bd6ea2a3afda4768cead156a0f9b8ea736f7f
parent0e5e19773cc440442ad5eb01b36afad994f8004d
📝 Update all docs references to `Optional` to use the new syntax in Python 3.10, e.g. `int | None` (#1351)
15 files changed:
.github/DISCUSSION_TEMPLATE/questions.yml
README.md
docs/db-to-code.md
docs/img/index/autocompletion01.png
docs/img/index/autocompletion02.png
docs/img/index/inline-errors01.png
docs/index.md
docs/tutorial/automatic-id-none-refresh.md
docs/tutorial/connect/create-connected-rows.md
docs/tutorial/create-db-and-table.md
docs/tutorial/fastapi/multiple-models.md
docs/tutorial/fastapi/update.md
docs/tutorial/many-to-many/create-models-with-link.md
docs/tutorial/relationship-attributes/define-relationships-attributes.md
docs/tutorial/where.md