mirror of
https://github.com/ansible/awx.git
synced 2026-05-12 11:57:37 -02:30
For AC-331. Major updates to API filtering to allow negative filtering, use of a list of items with the __in lookup, more flexible boolean/null values, more validation of filter values, and tests.
This commit is contained in:
@@ -151,7 +151,9 @@ REST_FRAMEWORK = {
|
||||
'awx.main.permissions.ModelAccessPermission',
|
||||
),
|
||||
'DEFAULT_FILTER_BACKENDS': (
|
||||
'awx.main.filters.DefaultFilterBackend',
|
||||
'awx.main.filters.ActiveOnlyBackend',
|
||||
'awx.main.filters.FieldLookupBackend',
|
||||
'awx.main.filters.OrderByBackend',
|
||||
),
|
||||
'DEFAULT_PARSER_CLASSES': (
|
||||
'rest_framework.parsers.JSONParser',
|
||||
|
||||
Reference in New Issue
Block a user