mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Removed settings.TEMPLATES upgrade guide.
This commit is contained in:
@@ -61,7 +61,7 @@ built-in support for the Django template language and for
|
||||
:class:`~django.template.backends.jinja2.Jinja2`. It supports rendering
|
||||
templates with multiple engines within the same project. Learn more about the
|
||||
new features in the :doc:`topic guide </topics/templates>` and check the
|
||||
:doc:`upgrade instructions </ref/templates/upgrading>` for details.
|
||||
upgrade instructions in older versions of the documentation.
|
||||
|
||||
Security enhancements
|
||||
---------------------
|
||||
@@ -1522,9 +1522,6 @@ Both classes provide a ``render()`` method, however, the former takes a
|
||||
:class:`dict`. This change is enforced through a deprecation path for Django
|
||||
templates.
|
||||
|
||||
Since it's easier to understand with examples, the :ref:`upgrade guide
|
||||
<get_template-upgrade-django-18>` shows how to adapt affected code.
|
||||
|
||||
All this also applies to :func:`~django.template.loader.select_template()`.
|
||||
|
||||
:class:`~django.template.Template` and :class:`~django.template.Context` classes in template responses
|
||||
|
||||
Reference in New Issue
Block a user