1
0
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:
Tim Graham
2015-09-05 08:34:19 -04:00
parent 9023696613
commit 2a20ebe6a5
6 changed files with 6 additions and 176 deletions

View File

@@ -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
-----