mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Removed deprecated TEMPLATE_* settings per deprecation timeline.
This commit is contained in:
@@ -252,9 +252,8 @@ that might occur as a result of a version upgrade.
|
||||
* **1_8.W001**: The standalone ``TEMPLATE_*`` settings were deprecated in
|
||||
Django 1.8 and the :setting:`TEMPLATES` dictionary takes precedence. You must
|
||||
put the values of the following settings into your defaults ``TEMPLATES``
|
||||
dict: :setting:`TEMPLATE_DIRS`, :setting:`TEMPLATE_CONTEXT_PROCESSORS`,
|
||||
:setting:`TEMPLATE_DEBUG`, :setting:`TEMPLATE_LOADERS`,
|
||||
:setting:`TEMPLATE_STRING_IF_INVALID`.
|
||||
dict: ``TEMPLATE_DIRS``, ``TEMPLATE_CONTEXT_PROCESSORS``, ``TEMPLATE_DEBUG``,
|
||||
``TEMPLATE_LOADERS``, ``TEMPLATE_STRING_IF_INVALID``.
|
||||
|
||||
Admin
|
||||
-----
|
||||
|
||||
Reference in New Issue
Block a user