summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRussell Keith-Magee <russell@keith-magee.com>2014-05-16 15:41:17 +0200
committerRussell Keith-Magee <russell@keith-magee.com>2014-05-16 15:41:17 +0200
commit2c176eb95cc53f29367e56e0a8eec336834a299d (patch)
tree802f148e7e3a89b76df96e935ba706ba07e1c967 /docs
parent393ddc10a78354b573b9e746247df013f7bd6151 (diff)
Refs #21798 - Modified error number to provide room for future expansion.
Diffstat (limited to 'docs')
-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 f03437e276..0787bd6635 100644
--- a/docs/ref/checks.txt
+++ b/docs/ref/checks.txt
@@ -67,7 +67,7 @@ Fields
* **fields.E134**: ``max_digits`` must be greater or equal to ``decimal_places``.
* **fields.E140**: FilePathFields must have either ``allow_files`` or ``allow_folders`` set to True.
* **fields.E150**: GenericIPAddressFields cannot accept blank values if null values are not allowed, as blank values are stored as nulls.
-* **fields.E151**: The options ``auto_now``, ``auto_now_add``, and ``default`` are mutually exclusive. Only one of these options may be present.
+* **fields.E160**: The options ``auto_now``, ``auto_now_add``, and ``default`` are mutually exclusive. Only one of these options may be present.
File Fields
~~~~~~~~~~~