瀏覽代碼

Doc'd contrib.postgres system checks.

Flávio Juvenal 7 年之前
父節點
當前提交
ea7ca5db30
共有 1 個文件被更改,包括 9 次插入0 次删除
  1. 9 0
      docs/ref/checks.txt

+ 9 - 0
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``
 ---------