Refs #14370 -- Fixed typo in ModelAdmin.autocomplete_fields docs.
This commit is contained in:
parent
f7b0532ec0
commit
f13bd32110
|
@ -1081,9 +1081,9 @@ subclass::
|
||||||
``ManyToManyField`` fields you would like to change to `Select2
|
``ManyToManyField`` fields you would like to change to `Select2
|
||||||
<https://select2.org/>`_ autocomplete inputs.
|
<https://select2.org/>`_ autocomplete inputs.
|
||||||
|
|
||||||
By default, the admin uses a select-box interface (``<select>``) for fields
|
By default, the admin uses a select-box interface (``<select>``) for
|
||||||
that are . Sometimes you don't want to incur the overhead of selecting all
|
those fields. Sometimes you don't want to incur the overhead of selecting
|
||||||
the related instances to display in the dropdown.
|
all the related instances to display in the dropdown.
|
||||||
|
|
||||||
The Select2 input looks similar to the default input but comes with a
|
The Select2 input looks similar to the default input but comes with a
|
||||||
search feature that loads the options asynchronously. This is faster and
|
search feature that loads the options asynchronously. This is faster and
|
||||||
|
|
Loading…
Reference in New Issue