]> git.ipfire.org Git - thirdparty/fastapi/sqlmodel.git/commit
📝 Document `.in_()` method (#619)
authorPau Ramon Revilla <masylum@gmail.com>
Wed, 4 Mar 2026 12:13:04 +0000 (13:13 +0100)
committerGitHub <noreply@github.com>
Wed, 4 Mar 2026 12:13:04 +0000 (13:13 +0100)
commit421072293a5ca35e2a79962c47473b982c73e899
tree3647e3ff8b8133416b9d155be56212c6c9f1145c
parent4f5700339f4a87f7576cf8c6bf8b52b0a7c34ec6
📝 Document `.in_()` method (#619)

* Document IN()

* Update "includes" and "tip" formatting in `where.md`

* Fix code block formatting in `where.md`

* Fix link in `where.md`

* Rename code example, add `_py310` version

---------

Co-authored-by: Motov Yurii <109919500+YuriiMotov@users.noreply.github.com>
Co-authored-by: Yurii Motov <yurii.motov.monte@gmail.com>
docs/tutorial/where.md
docs_src/tutorial/where/tutorial006b_py310.py [new file with mode: 0644]
docs_src/tutorial/where/tutorial006b_py39.py [new file with mode: 0644]
tests/test_tutorial/test_where/test_tutorial006b.py [new file with mode: 0644]