diff options
Diffstat (limited to 'docs/ref/checks.txt')
| -rw-r--r-- | docs/ref/checks.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/ref/checks.txt b/docs/ref/checks.txt index aedaa921db..85cd616253 100644 --- a/docs/ref/checks.txt +++ b/docs/ref/checks.txt @@ -58,6 +58,11 @@ Models * **models.E016**: ``index_together/unique_together`` refers to field ``<field_name>`` which is not local to model ``<model>``. * **models.E017**: Proxy model ``<model>`` contains model fields. +* **models.E018**: Autogenerated column name too long for field ``<field>``. + Maximum length is ``<maximum length>`` for database ``<alias>``. +* **models.E019**: Autogenerated column name too long for M2M field + ``<M2M field>``. Maximum length is ``<maximum length>`` for database + ``<alias>``. Fields ~~~~~~ |
