django/tests/constraints
Simon Charette db13bca60a Fixed #29641 -- Added support for unique constraints in Meta.constraints.
This constraint is similar to Meta.unique_together but also allows
specifying a name.

Co-authored-by: Ian Foote <python@ian.feete.org>
2018-11-13 17:57:27 -05:00
..
__init__.py Fixed #11964 -- Added support for database check constraints. 2018-07-10 15:32:33 -04:00
models.py Fixed #29641 -- Added support for unique constraints in Meta.constraints. 2018-11-13 17:57:27 -05:00
tests.py Fixed #29641 -- Added support for unique constraints in Meta.constraints. 2018-11-13 17:57:27 -05:00