diff --git a/docs/releases/4.0.txt b/docs/releases/4.0.txt index 37dbacfe1bc..937363f5275 100644 --- a/docs/releases/4.0.txt +++ b/docs/releases/4.0.txt @@ -118,10 +118,9 @@ in Django `. Template based form rendering ----------------------------- -To enhance customization of :class:`Forms `, -:doc:`Formsets `, and -:class:`~django.forms.ErrorList` they are now rendered using the template -engine. See the new :meth:`~django.forms.Form.render`, +:class:`Forms `, :doc:`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 ` for ``Formset``.