]> git.ipfire.org Git - thirdparty/fastapi/sqlmodel.git/commit
Add `coerce_numbers_to_str` param to Field, add tests
authorYurii Motov <yurii.motov.monte@gmail.com>
Wed, 28 Jan 2026 15:08:03 +0000 (16:08 +0100)
committerYurii Motov <yurii.motov.monte@gmail.com>
Wed, 28 Jan 2026 15:36:54 +0000 (16:36 +0100)
commit51aefc7987a99c98589724f7c6cba3653f89dec5
tree8d9c319e2a6bc3dc1ab81808c6dcdcdaed1a7a8d
parent5611bda2e5c43929108ce2a2ac8820455a7bac4b
Add `coerce_numbers_to_str` param to Field, add tests
sqlmodel/main.py
tests/test_pydantic/test_field.py