mirror of
https://github.com/django/django.git
synced 2025-11-07 07:15:35 +00:00
Preferred usage of among/while to amongst/whilst.
This commit is contained in:
committed by
Mariusz Felisiak
parent
25352dc019
commit
dbdc192ca3
@@ -343,11 +343,11 @@ Models
|
||||
* **models.E028**: ``db_table`` ``<db_table>`` is used by multiple models:
|
||||
``<model list>``.
|
||||
* **models.E029**: index name ``<index>`` is not unique for model ``<model>``.
|
||||
* **models.E030**: index name ``<index>`` is not unique amongst models:
|
||||
* **models.E030**: index name ``<index>`` is not unique among models:
|
||||
``<model list>``.
|
||||
* **models.E031**: constraint name ``<constraint>`` is not unique for model
|
||||
``<model>``.
|
||||
* **models.E032**: constraint name ``<constraint>`` is not unique amongst
|
||||
* **models.E032**: constraint name ``<constraint>`` is not unique among
|
||||
models: ``<model list>``.
|
||||
* **models.E033**: The index name ``<index>`` cannot start with an underscore
|
||||
or a number.
|
||||
|
||||
Reference in New Issue
Block a user