summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/checks.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/ref/checks.txt b/docs/ref/checks.txt
index 699a3d34c0..b9cb1d19cf 100644
--- a/docs/ref/checks.txt
+++ b/docs/ref/checks.txt
@@ -912,7 +912,7 @@ The following checks are performed when a model contains a
------------
The following checks are performed on :mod:`django.contrib.postgres` model
-fields:
+fields, indexes, and constraints:
* **postgres.E001**: Base field for array has errors: ...
* **postgres.E002**: Base field for array cannot be a related field.
@@ -920,6 +920,8 @@ fields:
instance so that it's not shared between all field instances. *This check was
changed to* ``fields.E010`` *in Django 3.1*.
* **postgres.W004**: Base field for array has warnings: ...
+* **postgres.E005**: ``'django.contrib.postgres'`` must be in
+ ``INSTALLED_APPS`` in order to use ``<django.contrib.postgres feature>``.
.. _sites-system-checks: