mirror of
https://github.com/django/django.git
synced 2025-07-24 05:36:15 +00:00
Fixed #26365 -- Added a system check to ensure "string_is_invalid" is a string.
This commit is contained in:
parent
efa9539787
commit
abf07355aa
3 changed files with 79 additions and 2 deletions
|
@ -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
|
||||
------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue