]> git.ipfire.org Git - thirdparty/fastapi/sqlmodel.git/commit
Add `exclude_if` param to Field, add tests
authorYurii Motov <yurii.motov.monte@gmail.com>
Wed, 28 Jan 2026 13:31:02 +0000 (14:31 +0100)
committerYurii Motov <yurii.motov.monte@gmail.com>
Wed, 28 Jan 2026 17:02:49 +0000 (18:02 +0100)
commitf3300d7bfbba88c6e3e98cc650fb409f5d2ad581
tree78b33d50f69a508b749ea8b7d983453948352ba2
parent159838fc89e577e1c6990188bb945eacb49844c4
Add `exclude_if` param to Field, add tests
sqlmodel/main.py
tests/test_pydantic/test_field.py