mirror of
https://github.com/django/django.git
synced 2025-08-04 19:08:28 +00:00
Accounted for multiple template engines in template responses.
This commit is contained in:
parent
a3e783fe11
commit
79deb6a071
11 changed files with 215 additions and 111 deletions
|
@ -114,6 +114,11 @@ details on these changes.
|
|||
:class:`~django.template.Context` in their
|
||||
:meth:`~django.template.backends.base.Template.render()` method anymore.
|
||||
|
||||
* :doc:`Template response APIs </ref/template-response>` will enforce the use
|
||||
of :class:`dict` and backend-dependent template objects instead of
|
||||
:class:`~django.template.Context` and :class:`~django.template.Template`
|
||||
respectively.
|
||||
|
||||
* The ``current_app`` parameter for the following function and classes will be
|
||||
removed:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue