diff options
| author | Vincenzo Pandolfo <pandolfovince@gmail.com> | 2016-03-18 12:48:14 +0000 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2016-03-21 13:01:38 -0400 |
| commit | abf07355aa5d85f4bb4dd9912d70fa62511fa40f (patch) | |
| tree | 01d732e58e69f095b35d275cc42bc08097fd89aa /docs | |
| parent | efa9539787dbdd06cd2169023edcf7db3e2ff0c4 (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.txt | 3 |
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 ------ |
