mirror of
https://github.com/django/django.git
synced 2025-11-07 07:15:35 +00:00
Doc'd contrib.postgres system checks.
This commit is contained in:
committed by
Tim Graham
parent
8ddbe01760
commit
ea7ca5db30
@@ -679,6 +679,15 @@ The following checks are performed when a model contains a
|
|||||||
``contenttypes.ContentType``.
|
``contenttypes.ContentType``.
|
||||||
* **contenttypes.E005**: Model names must be at most 100 characters.
|
* **contenttypes.E005**: Model names must be at most 100 characters.
|
||||||
|
|
||||||
|
``postgres``
|
||||||
|
------------
|
||||||
|
|
||||||
|
The following checks are performed on :mod:`django.contrib.postgres` model
|
||||||
|
fields:
|
||||||
|
|
||||||
|
* **postgres.E001**: Base field for array has errors: ...
|
||||||
|
* **postgres.E002**: Base field for array cannot be a related field.
|
||||||
|
|
||||||
``sites``
|
``sites``
|
||||||
---------
|
---------
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user