summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDavid Sanders <dsanders11@ucsbalum.com>2021-05-18 22:28:56 -0700
committerGitHub <noreply@github.com>2021-05-19 07:28:56 +0200
commitdacc307d9396516e7d3609b7b91e2ec545c84ebc (patch)
tree8b409edd65640f8742946f07adae74ccf93c2646 /docs
parent8cd55021bcb6c9727c1adccd9623fa4acfc0312b (diff)
Fixed typo in docs/ref/contrib/admin/index.txt.
Diffstat (limited to 'docs')
-rw-r--r--docs/ref/contrib/admin/index.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/contrib/admin/index.txt b/docs/ref/contrib/admin/index.txt
index 2e99c498e9..f1c64bea28 100644
--- a/docs/ref/contrib/admin/index.txt
+++ b/docs/ref/contrib/admin/index.txt
@@ -2572,7 +2572,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::