mirror of
https://github.com/django/django.git
synced 2025-11-25 21:22:14 +00:00
Refs #32339 -- Removed transitional form renderers per deprecation timeline.
This commit is contained in:
parent
b5a6c93a18
commit
ba90b76c6e
4 changed files with 4 additions and 81 deletions
|
|
@ -109,12 +109,6 @@ If you want to render templates with customizations from your
|
|||
:setting:`TEMPLATES` setting, such as context processors for example, use the
|
||||
:class:`TemplatesSetting` renderer.
|
||||
|
||||
.. class:: DjangoDivFormRenderer
|
||||
|
||||
.. deprecated:: 5.0
|
||||
|
||||
The alias of :class:`DjangoTemplates`.
|
||||
|
||||
``Jinja2``
|
||||
----------
|
||||
|
||||
|
|
@ -131,12 +125,6 @@ templates for widgets that don't have any, you can't use this renderer. For
|
|||
example, :mod:`django.contrib.admin` doesn't include Jinja2 templates for its
|
||||
widgets due to their usage of Django template tags.
|
||||
|
||||
.. class:: Jinja2DivFormRenderer
|
||||
|
||||
.. deprecated:: 5.0
|
||||
|
||||
The alias of :class:`Jinja2`.
|
||||
|
||||
``TemplatesSetting``
|
||||
--------------------
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue