summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorjrabbit <jackjrabbit@gmail.com>2016-06-02 14:50:45 -0700
committerTim Graham <timograham@gmail.com>2016-06-02 20:27:33 -0400
commitd65e2899b2b25c62a4ead7aba121421c19e55bce (patch)
tree567b905a57e31fe704f06f1590fed2c650e102bd /docs
parente6c5e68acd4bff90e371fd148ed6976e147692ad (diff)
Fixes #26700 -- Added how to upgrade to TEMPLATES link in 1.10 release notes.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.10.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/releases/1.10.txt b/docs/releases/1.10.txt
index 7f62de6bb5..c3fea46a7f 100644
--- a/docs/releases/1.10.txt
+++ b/docs/releases/1.10.txt
@@ -1217,7 +1217,8 @@ removed in Django 1.10 (please see the :ref:`deprecation timeline
* The backwards compatibility shim to allow ``FormMixin.get_form()`` to be
defined with no default value for its ``form_class`` argument is removed.
-* The following settings are removed:
+* The following settings are removed, and :doc:`you must upgrade
+ </ref/templates/upgrading>` to the :setting:`TEMPLATES` setting:
* ``ALLOWED_INCLUDE_ROOTS``
* ``TEMPLATE_CONTEXT_PROCESSORS``