diff options
| author | Johannes Hoppe <info@johanneshoppe.com> | 2017-09-19 11:07:34 +0200 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2017-09-19 08:51:46 -0400 |
| commit | f13bd321105c1d83903040ae02e21da2bbd4db0c (patch) | |
| tree | 6d4c980d7d64c6d81057958fb6d0a1ff48a97d00 /docs/ref | |
| parent | f7b0532ec0cf703849ef50e513e3dc6b5483a6b0 (diff) | |
Refs #14370 -- Fixed typo in ModelAdmin.autocomplete_fields docs.
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/contrib/admin/index.txt | 6 |
1 files changed, 3 insertions, 3 deletions
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 <https://select2.org/>`_ autocomplete inputs. - By default, the admin uses a select-box interface (``<select>``) for fields - that are . Sometimes you don't want to incur the overhead of selecting all - the related instances to display in the dropdown. + By default, the admin uses a select-box interface (``<select>``) 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 |
