File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,6 +8,24 @@ Changelog
881.1
99===
1010
11+ 1.1.7
12+ -----
13+
14+ Added
15+ ^^^^^
16+ - Tests for model validators. (#2137)
17+
18+ Fixed
19+ ^^^^^
20+ - Reorder delete model operations in migrations to avoid foreign key constraint errors. (#2145)
21+ - Return value generated by ``db_default `` on create instead of ``None ``. (#2143)
22+ - Column comment alteration now works correctly for MySQL and PostgreSQL; fixed ``db_default `` handling for MySQL. (#2142)
23+ - Fix docstrings for a few classes. (#2135)
24+
25+ Changed
26+ ^^^^^^^
27+ - Improved Pydantic JSON dump performance. (#2130)
28+
11291.1.6
1230-----
1331
Original file line number Diff line number Diff line change @@ -585,7 +585,7 @@ async def main() -> None:
585585 portal .call (main )
586586
587587
588- __version__ = "1.1.6 "
588+ __version__ = "1.1.7 "
589589
590590__all__ = [
591591 "BackwardFKRelation" ,
You can’t perform that action at this time.
0 commit comments