diff options
| author | David Smith <smithdc@gmail.com> | 2025-07-25 10:24:17 +0100 |
|---|---|---|
| committer | nessita <124304+nessita@users.noreply.github.com> | 2025-08-25 10:51:10 -0300 |
| commit | f81e6e3a53ee36e3f730a71aa55a5744982dd016 (patch) | |
| tree | 44a4fdd64e2d1489d80b1af8bd1ac3c7af3ad0dd /docs/releases/4.1.txt | |
| parent | 4286a23df64f6ce3b9b6ed097f4d1aac7d9e0de4 (diff) | |
Refs #36485 -- Rewrapped docs to 79 columns line length.
Lines in the docs files were manually adjusted to conform to the
79 columns limit per line (plus newline), improving readability and
consistency across the content.
Diffstat (limited to 'docs/releases/4.1.txt')
| -rw-r--r-- | docs/releases/4.1.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/releases/4.1.txt b/docs/releases/4.1.txt index 8a3a7984a1..10b9f3728a 100644 --- a/docs/releases/4.1.txt +++ b/docs/releases/4.1.txt @@ -247,8 +247,8 @@ Forms transitional renderers will be deprecated, for removal in Django 6.0. The ``FORM_RENDERER`` declaration can be removed at that time. -* If the new ``<div>`` output style is not appropriate for your project, you should - define a renderer subclass specifying +* If the new ``<div>`` output style is not appropriate for your project, you + should define a renderer subclass specifying :attr:`~django.forms.renderers.BaseRenderer.form_template_name` and :attr:`~django.forms.renderers.BaseRenderer.formset_template_name` for your required style, and set :setting:`FORM_RENDERER` accordingly. |
