mirror of
https://github.com/django/django.git
synced 2025-11-07 07:15:35 +00:00
Fixed #28313 -- Added model name max length check of 100 characters in contrib.contentttypes.
This commit is contained in:
@@ -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``
|
||||
---------
|
||||
|
||||
Reference in New Issue
Block a user