summaryrefslogtreecommitdiff
path: root/docs/ref/settings.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/ref/settings.txt')
-rw-r--r--docs/ref/settings.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/ref/settings.txt b/docs/ref/settings.txt
index ae387023e7..befc40cf9d 100644
--- a/docs/ref/settings.txt
+++ b/docs/ref/settings.txt
@@ -2422,6 +2422,11 @@ TEMPLATE_DIRS
Default: ``()`` (Empty tuple)
+.. deprecated:: 1.8
+
+ Set the :setting:`DIRS <TEMPLATES-DIRS>` option of a ``DjangoTemplates``
+ backend instead.
+
List of locations of the template source files searched by
:class:`django.template.loaders.filesystem.Loader`, in search order.