django/tests/expressions
Mariusz Felisiak f030236a86 Fixed #35275 -- Fixed Meta.constraints validation crash on UniqueConstraint with OpClass().
This also introduces Expression.constraint_validation_compatible that
allows specifying that expression should be ignored during a constraint
validation.
2024-05-14 10:34:30 +02:00
..
__init__.py Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00
models.py Applied Black's 2024 stable style. 2024-01-26 12:45:07 +01:00
test_queryset_values.py Relaxed some query ordering assertions in various tests. 2022-04-14 12:12:13 +02:00
tests.py Fixed #35275 -- Fixed Meta.constraints validation crash on UniqueConstraint with OpClass(). 2024-05-14 10:34:30 +02:00