summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/checks.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/ref/checks.txt b/docs/ref/checks.txt
index ca37de4385..0a2f3a7557 100644
--- a/docs/ref/checks.txt
+++ b/docs/ref/checks.txt
@@ -56,6 +56,7 @@ Models
* **models.E015**: ``ordering`` refers to the non-existent field
``<field name>``.
* **models.E017**: Proxy model ``<model>`` contains model fields.
+* **models.E020**: The ``<model>.check()`` class method is currently overridden.
Fields
~~~~~~