From abf07355aa5d85f4bb4dd9912d70fa62511fa40f Mon Sep 17 00:00:00 2001 From: Vincenzo Pandolfo Date: Fri, 18 Mar 2016 12:48:14 +0000 Subject: Fixed #26365 -- Added a system check to ensure "string_is_invalid" is a string. --- docs/ref/checks.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs/ref') 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 ` must be a string but got: ``{value}`` + (``{type}``). Caches ------ -- cgit v1.3