Fixed #30484 -- Added conditional expressions support to CheckConstraint.

This commit is contained in:
Simon Charette 2019-11-15 00:08:36 -05:00 committed by Mariusz Felisiak
parent 37e6c5b79b
commit e9a0e1d4f6
7 changed files with 84 additions and 19 deletions

View file

@ -204,6 +204,8 @@ Models
``OneToOneField`` emulates the behavior of the SQL constraint ``ON DELETE
RESTRICT``.
* :attr:`.CheckConstraint.check` now supports boolean expressions.
Pagination
~~~~~~~~~~