mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-04-15 06:32:11 +03:00
Merge 132a4f962d
into c41314f1fc
This commit is contained in:
commit
db788448be
|
@ -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