Kaydet (Commit) ea7ca5db authored tarafından Flávio Juvenal's avatar Flávio Juvenal Kaydeden (comit) Tim Graham

Doc'd contrib.postgres system checks.

üst 8ddbe017
...@@ -679,6 +679,15 @@ The following checks are performed when a model contains a ...@@ -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``
--------- ---------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment