From d3205e3e2eb0202e7bdffaee3e2a80ad444b1ca2 Mon Sep 17 00:00:00 2001 From: Aymeric Augustin Date: Wed, 17 Dec 2014 22:51:42 +0100 Subject: Deprecated TEMPLATE_DIRS. --- docs/ref/settings.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'docs/ref/settings.txt') 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 ` 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. -- cgit v1.3