summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/ref/checks.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/ref/checks.txt b/docs/ref/checks.txt
index 64fd6b68aa..b4d1fd4089 100644
--- a/docs/ref/checks.txt
+++ b/docs/ref/checks.txt
@@ -668,6 +668,7 @@ The following checks are performed when a model contains a
* **contenttypes.E003**: ``<field>`` is not a ``ForeignKey``.
* **contenttypes.E004**: ``<field>`` is not a ``ForeignKey`` to
``contenttypes.ContentType``.
+* **contenttypes.E005**: Model names must be at most 100 characters.
``sites``
---------