From 7543ab1f8dcb20dbbdf6a41eace95fc47c8dcaa3 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Thu, 17 May 2018 10:16:32 -0400 Subject: Removed versionadded/changed annotations for 2.0. --- docs/ref/contrib/admin/index.txt | 4 ---- 1 file changed, 4 deletions(-) (limited to 'docs/ref/contrib/admin') 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 `_ 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 -- cgit v1.3