summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/4.0.txt7
1 files changed, 3 insertions, 4 deletions
diff --git a/docs/releases/4.0.txt b/docs/releases/4.0.txt
index 37dbacfe1b..937363f527 100644
--- a/docs/releases/4.0.txt
+++ b/docs/releases/4.0.txt
@@ -118,10 +118,9 @@ in Django <redis>`.
Template based form rendering
-----------------------------
-To enhance customization of :class:`Forms <django.forms.Form>`,
-:doc:`Formsets </topics/forms/formsets>`, and
-:class:`~django.forms.ErrorList` they are now rendered using the template
-engine. See the new :meth:`~django.forms.Form.render`,
+:class:`Forms <django.forms.Form>`, :doc:`Formsets </topics/forms/formsets>`,
+and :class:`~django.forms.ErrorList` are now rendered using the template engine
+to enhance customization. See the new :meth:`~django.forms.Form.render`,
:meth:`~django.forms.Form.get_context`, and
:attr:`~django.forms.Form.template_name` for ``Form`` and
:ref:`formset rendering <formset-rendering>` for ``Formset``.