mirror of
https://github.com/django/django.git
synced 2025-07-23 05:05:17 +00:00
Fixes #26700 -- Added how to upgrade to TEMPLATES link in 1.10 release notes.
This commit is contained in:
parent
e6c5e68acd
commit
d65e2899b2
1 changed files with 2 additions and 1 deletions
|
@ -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``
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue