summaryrefslogtreecommitdiff
path: root/docs/releases
diff options
context:
space:
mode:
Diffstat (limited to 'docs/releases')
-rw-r--r--docs/releases/1.7.txt2
-rw-r--r--docs/releases/1.8.txt3
2 files changed, 3 insertions, 2 deletions
diff --git a/docs/releases/1.7.txt b/docs/releases/1.7.txt
index 782bc8d8a9..0140f58311 100644
--- a/docs/releases/1.7.txt
+++ b/docs/releases/1.7.txt
@@ -853,7 +853,7 @@ Templates
rendering of a template.
* The following functions now accept a ``dirs`` parameter which is a list or
- tuple to override :setting:`TEMPLATE_DIRS`:
+ tuple to override ``TEMPLATE_DIRS``:
* :func:`django.template.loader.get_template()`
* :func:`django.template.loader.select_template()`
diff --git a/docs/releases/1.8.txt b/docs/releases/1.8.txt
index 0cc074b24b..30ce6b5a60 100644
--- a/docs/releases/1.8.txt
+++ b/docs/releases/1.8.txt
@@ -1021,6 +1021,7 @@ As a consequence of the multiple template engines refactor, several settings
are deprecated in favor of :setting:`TEMPLATES`:
* ``ALLOWED_INCLUDE_ROOTS``
+* ``TEMPLATE_DIRS``
* ``TEMPLATE_LOADERS``
* ``TEMPLATE_STRING_IF_INVALID``
@@ -1249,7 +1250,7 @@ templates through the ``context`` dict.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
The following functions will no longer accept a ``dirs`` parameter to override
-:setting:`TEMPLATE_DIRS` in Django 2.0:
+``TEMPLATE_DIRS`` in Django 2.0:
* :func:`django.template.loader.get_template()`
* :func:`django.template.loader.select_template()`