Fixed #31351 -- Added system checks for partial indexes and unique constraints support.

This commit is contained in:
Ichlasul Affan 2020-03-12 02:01:32 +07:00 committed by Mariusz Felisiak
parent e8d3088925
commit 53d229ff63
3 changed files with 140 additions and 8 deletions

View file

@ -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
--------