1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Fixed #6933 -- Added support for searching against quoted phrases in ModelAdmin.search_fields.

This commit is contained in:
Alix
2020-05-26 17:53:18 +02:00
committed by Mariusz Felisiak
parent 8a902b7ee6
commit 26a413507a
4 changed files with 41 additions and 8 deletions

View File

@@ -37,7 +37,8 @@ Minor features
:mod:`django.contrib.admin`
~~~~~~~~~~~~~~~~~~~~~~~~~~~
* ...
* :attr:`.ModelAdmin.search_fields` now allows searching against quoted phrases
with spaces.
:mod:`django.contrib.admindocs`
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~