mirror of
https://github.com/ansible/awx.git
synced 2026-02-01 01:28:09 -03:30
Allow more advanced django filtering.
This commit is contained in:
@@ -38,7 +38,7 @@ ADMINS = (
|
||||
MANAGERS = ADMINS
|
||||
|
||||
REST_FRAMEWORK = {
|
||||
'FILTER_BACKEND': 'rest_framework.filters.DjangoFilterBackend',
|
||||
'FILTER_BACKEND': 'lib.main.custom_filters.CustomFilterBackend',
|
||||
'PAGINATE_BY': 25,
|
||||
'PAGINATE_BY_PARAM': 'page_size',
|
||||
'DEFAULT_AUTHENTICATION_CLASSES': (
|
||||
|
||||
Reference in New Issue
Block a user