django/tests/constraints
Mariusz Felisiak 27b07a3246
Refs #30581 -- Moved CheckConstraint tests for conditional expressions to migrations.test_operations.
This allows avoiding warning in tests about using RawSQL in
CheckConstraints.
2022-05-05 06:44:34 +02:00
..
__init__.py Fixed #11964 -- Added support for database check constraints. 2018-07-10 15:32:33 -04:00
models.py Refs #30581 -- Moved CheckConstraint tests for conditional expressions to migrations.test_operations. 2022-05-05 06:44:34 +02:00
tests.py Refs #30581 -- Moved CheckConstraint tests for conditional expressions to migrations.test_operations. 2022-05-05 06:44:34 +02:00