From d381914aef50e04ca44b9d7bb9274c8351f5b9bf Mon Sep 17 00:00:00 2001 From: michaldabski Date: Thu, 15 Jun 2017 21:44:20 +0100 Subject: Fixed #28313 -- Added model name max length check of 100 characters in contrib.contentttypes. --- docs/ref/checks.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'docs') 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**: ```` is not a ``ForeignKey``. * **contenttypes.E004**: ```` is not a ``ForeignKey`` to ``contenttypes.ContentType``. +* **contenttypes.E005**: Model names must be at most 100 characters. ``sites`` --------- -- cgit v1.3