[3.2.x] Fixed typo in docs/ref/contrib/admin/index.txt.

Backport of dacc307d9396516e7d3609b7b91e2ec545c84ebc from main
This commit is contained in:
David Sanders 2021-05-18 22:28:56 -07:00 committed by Mariusz Felisiak
parent 41e2aa7eb2
commit d743c37326

View File

@ -2570,7 +2570,7 @@ on whichever model contains the actual reference to the
:class:`~django.db.models.ManyToManyField`. Depending on your ``ModelAdmin``
definition, each many-to-many field in your model will be represented by a
standard HTML ``<select multiple>``, a horizontal or vertical filter, or a
``raw_id_admin`` widget. However, it is also possible to replace these
``raw_id_fields`` widget. However, it is also possible to replace these
widgets with inlines.
Suppose we have the following models::