django/tests/constraints
Simon Charette dba4a634ba Refs #29641 -- Refactored database schema constraint creation.
Added a test for constraint names in the database.

Updated SQLite introspection to use sqlparse to allow reading the
constraint name for table check and unique constraints.

Co-authored-by: Ian Foote <python@ian.feete.org>
2018-11-13 15:25:44 -05:00
..
__init__.py Fixed #11964 -- Added support for database check constraints. 2018-07-10 15:32:33 -04:00
models.py Refs #11964 -- Changed CheckConstraint() signature to use keyword-only arguments. 2018-10-02 10:53:04 -04:00
tests.py Refs #29641 -- Refactored database schema constraint creation. 2018-11-13 15:25:44 -05:00