Merge pull request #977 from cchurch/api-raw-data-form-fixes

API Raw Data Form & Validation Fixes
This commit is contained in:
Chris Church
2016-02-23 12:23:14 -05:00
9 changed files with 184 additions and 73 deletions

View File

@@ -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',