Skip to content

1.1.7

Latest

Choose a tag to compare

@abondar abondar released this 21 Mar 20:03
· 11 commits to develop since this release

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)