mirror of
https://github.com/django/django.git
synced 2025-08-03 10:34:04 +00:00
Fixed #31351 -- Added system checks for partial indexes and unique constraints support.
This commit is contained in:
parent
e8d3088925
commit
53d229ff63
3 changed files with 140 additions and 8 deletions
|
@ -349,6 +349,9 @@ Models
|
|||
``<max_length>`` characters.
|
||||
* **models.W035**: ``db_table`` ``<db_table>`` is used by multiple models:
|
||||
``<model list>``.
|
||||
* **models.W036**: ``<database>`` does not support unique constraints with
|
||||
conditions.
|
||||
* **models.W037**: ``<database>`` does not support indexes with conditions.
|
||||
|
||||
Security
|
||||
--------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue