summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/checks.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/checks.txt b/docs/ref/checks.txt
index 841c8f4c48..fde5dfa210 100644
--- a/docs/ref/checks.txt
+++ b/docs/ref/checks.txt
@@ -64,6 +64,7 @@ Models
* **models.E019**: Autogenerated column name too long for M2M field
``<M2M field>``. Maximum length is ``<maximum length>`` for database
``<alias>``.
+* **models.E020**: The ``<model>.check()`` class method is currently overridden.
Fields
~~~~~~
@@ -94,7 +95,6 @@ Fields
are mutually exclusive. Only one of these options may be present.
* **fields.W161**: Fixed default value provided.
-
File Fields
~~~~~~~~~~~