1
0
mirror of https://github.com/django/django.git synced 2025-01-09 18:06:34 +00:00
django/docs/ref/models
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
..
class.txt
conditional-expressions.txt
constraints.txt
database-functions.txt
expressions.txt Fixed #35275 -- Fixed Meta.constraints validation crash on UniqueConstraint with OpClass(). 2024-05-14 10:34:30 +02:00
fields.txt Clarified when ImageField attributes are set. 2024-05-02 10:04:55 +02:00
index.txt
indexes.txt
instances.txt
lookups.txt
meta.txt
options.txt
querysets.txt Fixed rendering XOR section in docs. 2024-05-02 09:26:44 +02:00
relations.txt