diff options
| author | michaldabski <contact@michaldabski.com> | 2017-06-15 21:44:20 +0100 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2017-06-26 18:12:35 -0400 |
| commit | d381914aef50e04ca44b9d7bb9274c8351f5b9bf (patch) | |
| tree | 22cb66be3571f5f4f20fa02efbdb93720b6c778c /docs/ref | |
| parent | 44a7b98abbec02f1a4f35662040f602fd616d0cd (diff) | |
Fixed #28313 -- Added model name max length check of 100 characters in contrib.contentttypes.
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/checks.txt | 1 |
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`` --------- |
