mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-05-10 02:43:41 +03:00
Merge 132a4f962d
into 78e97074e7
This commit is contained in:
commit
4d5c26ad2f
|
@ -68,6 +68,7 @@ class SearchFilter(BaseFilterBackend):
|
|||
'=': 'iexact',
|
||||
'@': 'search',
|
||||
'$': 'iregex',
|
||||
'&': 'unaccent',
|
||||
}
|
||||
search_title = _('Search')
|
||||
search_description = _('A search term.')
|
||||
|
|
Loading…
Reference in New Issue
Block a user