| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 1.1.7 source code.tar.gz | 2026-03-21 | 821.1 kB | |
| 1.1.7 source code.zip | 2026-03-21 | 1.1 MB | |
| README.md | 2026-03-21 | 464 Bytes | |
| Totals: 3 Items | 1.9 MB | 1 | |
Added
- Tests for model validators. (#2137)
Fixed
- Reorder delete model operations in migrations to avoid foreign key constraint errors. (#2145)
- Return value generated by db_default on create instead of None. (#2143)
- Column comment alteration now works correctly for MySQL and PostgreSQL; fixed db_default handling for MySQL. (#2142)
- Fix docstrings for a few classes. (#2135)
Changed
- Improved Pydantic JSON dump performance. (#2130)