diff --git a/docs/ref/contrib/admin/index.txt b/docs/ref/contrib/admin/index.txt index 965150cc3a..2541bc9aa1 100644 --- a/docs/ref/contrib/admin/index.txt +++ b/docs/ref/contrib/admin/index.txt @@ -1081,9 +1081,9 @@ subclass:: ``ManyToManyField`` fields you would like to change to `Select2 `_ autocomplete inputs. - By default, the admin uses a select-box interface (````) for + those fields. Sometimes you don't want to incur the overhead of selecting + all the related instances to display in the dropdown. The Select2 input looks similar to the default input but comes with a search feature that loads the options asynchronously. This is faster and