summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
authorFlávio Juvenal <flaviojuvenal@gmail.com>2017-09-27 10:58:33 -0400
committerTim Graham <timograham@gmail.com>2017-09-27 10:58:48 -0400
commitea7ca5db302367d84f92a4cf0ca03ec62886a7ca (patch)
tree7e01e90b9a2e65e1c5d193d15f730da3954e35ea /docs/ref
parent8ddbe01760310098c08063afb049486aed845342 (diff)
Doc'd contrib.postgres system checks.
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/checks.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/ref/checks.txt b/docs/ref/checks.txt
index 45bef40688..05d2b55d34 100644
--- a/docs/ref/checks.txt
+++ b/docs/ref/checks.txt
@@ -679,6 +679,15 @@ The following checks are performed when a model contains a
``contenttypes.ContentType``.
* **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``
---------