You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
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