mirror of
https://github.com/django/django.git
synced 2025-11-19 11:15:44 +00:00
Refs #36485 -- Removed unnecessary parentheses in :meth: and :func: roles in docs.
This commit is contained in:
parent
ef2f16bc48
commit
6f8e23d1c1
95 changed files with 445 additions and 445 deletions
|
|
@ -823,7 +823,7 @@ details on these changes.
|
|||
:func:`~django.template.loader.get_template` and
|
||||
:func:`~django.template.loader.select_template` won't accept a
|
||||
:class:`~django.template.Context` in their
|
||||
:meth:`~django.template.backends.base.Template.render()` method anymore.
|
||||
: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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue