mirror of
https://github.com/ansible/awx.git
synced 2026-07-27 16:09:55 -02:30
Merge pull request #977 from cchurch/api-raw-data-form-fixes
API Raw Data Form & Validation Fixes
This commit is contained in:
@@ -216,7 +216,7 @@ REST_FRAMEWORK = {
|
||||
'awx.api.filters.OrderByBackend',
|
||||
),
|
||||
'DEFAULT_PARSER_CLASSES': (
|
||||
'rest_framework.parsers.JSONParser',
|
||||
'awx.api.parsers.JSONParser',
|
||||
),
|
||||
'DEFAULT_RENDERER_CLASSES': (
|
||||
'rest_framework.renderers.JSONRenderer',
|
||||
|
||||
Reference in New Issue
Block a user