Skip to content

Commit c41d6c9

Browse files
cliff688sarahboyce
authored andcommitted
Fixed typos in docs/releases/5.2.txt.
1 parent a7af1e2 commit c41d6c9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/releases/5.2.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ specifying the following attributes to customize form rendering:
8383

8484
For example, to customize the ``BoundField`` of a ``Form`` class::
8585

86-
from django.forms import Form
86+
from django import forms
8787

8888

8989
class CustomBoundField(forms.BoundField):
@@ -273,7 +273,7 @@ Forms
273273
``BoundField`` to ease use of this HTML attribute in templates.
274274

275275
* To improve accessibility for screen reader users ``aria-describedby`` is used
276-
to associated form fields with their error messages. See
276+
to associate form fields with their error messages. See
277277
:ref:`how form errors are displayed <form-error-display>` for details.
278278

279279
* The new asset object :class:`~django.forms.Script` is available for adding
@@ -306,7 +306,7 @@ Models
306306

307307
* The ``SELECT`` clause generated when using :meth:`.QuerySet.values` and
308308
:meth:`.QuerySet.values_list` now matches the specified order of the
309-
referenced expressions. Previously, the order was based of a set of
309+
referenced expressions. Previously, the order was based on a set of
310310
counterintuitive rules which made query combination through methods such as
311311
:meth:`.QuerySet.union` unpredictable.
312312

0 commit comments

Comments
 (0)