Fix typo in 2.0 release notes (#9986)

Backport of 257fb0a7d0 from master.
This commit is contained in:
Ian Foote 2018-05-26 14:27:58 +01:00 committed by Florian Apolloner
parent c2a1af883e
commit 0b1744b66c
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ Minor features
~~~~~~~~~~~~~~~~~~~~~~~~~~~
* The new :attr:`.ModelAdmin.autocomplete_fields` attribute and
:meth:`.ModelAdmin.get_autocomplete_fields` method allow using an
:meth:`.ModelAdmin.get_autocomplete_fields` method allow using a
`Select2 <https://select2.org>`_ search widget for ``ForeignKey`` and
``ManyToManyField``.