summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorVincenzo Pandolfo <pandolfovince@gmail.com>2016-03-18 12:48:14 +0000
committerTim Graham <timograham@gmail.com>2016-03-21 13:01:38 -0400
commitabf07355aa5d85f4bb4dd9912d70fa62511fa40f (patch)
tree01d732e58e69f095b35d275cc42bc08097fd89aa /docs
parentefa9539787dbdd06cd2169023edcf7db3e2ff0c4 (diff)
Fixed #26365 -- Added a system check to ensure "string_is_invalid" is a string.
Diffstat (limited to 'docs')
-rw-r--r--docs/ref/checks.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/ref/checks.txt b/docs/ref/checks.txt
index e50dd5d959..b54cd7bef2 100644
--- a/docs/ref/checks.txt
+++ b/docs/ref/checks.txt
@@ -584,6 +584,9 @@ configured:
* **templates.E001**: You have ``'APP_DIRS': True`` in your
:setting:`TEMPLATES` but also specify ``'loaders'`` in ``OPTIONS``. Either
remove ``APP_DIRS`` or remove the ``'loaders'`` option.
+* **templates.E002**: ``string_if_invalid`` in :setting:`TEMPLATES`
+ :setting:`OPTIONS <TEMPLATES-OPTIONS>` must be a string but got: ``{value}``
+ (``{type}``).
Caches
------