diff options
| author | Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> | 2024-12-12 16:37:17 +0100 |
|---|---|---|
| committer | Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> | 2025-01-15 22:28:37 +0100 |
| commit | ba90b76c6e5e8731b0ba9f52a3ccc0651489ef3b (patch) | |
| tree | 45b4fd5be670c01124500a62301058861d9f0ed8 /docs/ref/forms | |
| parent | b5a6c93a180e2c213e42f30a30bf63548a248957 (diff) | |
Refs #32339 -- Removed transitional form renderers per deprecation timeline.
Diffstat (limited to 'docs/ref/forms')
| -rw-r--r-- | docs/ref/forms/renderers.txt | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/docs/ref/forms/renderers.txt b/docs/ref/forms/renderers.txt index f52534651a..de9a195949 100644 --- a/docs/ref/forms/renderers.txt +++ b/docs/ref/forms/renderers.txt @@ -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`` -------------------- |
