mirror of
https://github.com/django/django.git
synced 2025-11-07 07:15:35 +00:00
Fixed #20581 -- Added support for deferrable unique constraints.
This commit is contained in:
committed by
Mariusz Felisiak
parent
555e3a848e
commit
c226c6cb32
@@ -354,6 +354,8 @@ Models
|
||||
* **models.W036**: ``<database>`` does not support unique constraints with
|
||||
conditions.
|
||||
* **models.W037**: ``<database>`` does not support indexes with conditions.
|
||||
* **models.W038**: ``<database>`` does not support deferrable unique
|
||||
constraints.
|
||||
|
||||
Security
|
||||
--------
|
||||
|
||||
Reference in New Issue
Block a user