Skip to content

CheckColumn constraint, ReferentialAction and bug fixes

Compare
Choose a tag to compare
@collerek collerek released this 07 Sep 10:56
· 348 commits to master since this release
3cd33e6

0.11.3

✨ Features

  • Document onupdate and ondelete referential actions in ForeignKey and provide ReferentialAction enum to specify the behavior of the relationship (by @SepehrBazyar - thanks!) #724
  • Add CheckColumn to supported constraints in models Meta (by @SepehrBazyar - thanks!) #729

🐛 Fixes

  • Fix limiting query result to 0 should return empty list (by @SepehrBazyar - thanks!) #766

💬 Other