diff options
| author | Tim Graham <timograham@gmail.com> | 2018-05-17 10:16:32 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2018-05-17 11:00:10 -0400 |
| commit | 7543ab1f8dcb20dbbdf6a41eace95fc47c8dcaa3 (patch) | |
| tree | 98e0f0cbec43f45ea36c09cafb97385bca028a9f /docs/ref/contrib/admin | |
| parent | 1cbd3d7874a4887fa2a6d7ef582defc388429b97 (diff) | |
Removed versionadded/changed annotations for 2.0.
Diffstat (limited to 'docs/ref/contrib/admin')
| -rw-r--r-- | docs/ref/contrib/admin/index.txt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/docs/ref/contrib/admin/index.txt b/docs/ref/contrib/admin/index.txt index 9b0a7cc8a4..b4df066e15 100644 --- a/docs/ref/contrib/admin/index.txt +++ b/docs/ref/contrib/admin/index.txt @@ -1102,8 +1102,6 @@ subclass:: .. attribute:: ModelAdmin.autocomplete_fields - .. versionadded:: 2.0 - ``autocomplete_fields`` is a list of ``ForeignKey`` and/or ``ManyToManyField`` fields you would like to change to `Select2 <https://select2.org/>`_ autocomplete inputs. @@ -1525,8 +1523,6 @@ templates used by the :class:`ModelAdmin` views: .. method:: ModelAdmin.get_autocomplete_fields(request) - .. versionadded:: 2.0 - The ``get_autocomplete_fields()`` method is given the ``HttpRequest`` and is expected to return a ``list`` or ``tuple`` of field names that will be displayed with an autocomplete widget as described above in the |
