1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-31 15:21:13 +03:00

Remove the form and multipart parser from the the list of DRF parser classes

This commit is contained in:
Matthew Jones 2014-10-23 14:52:00 -04:00
parent 4eb0ed225b
commit 66f8f88898

View File

@ -171,8 +171,6 @@ REST_FRAMEWORK = {
),
'DEFAULT_PARSER_CLASSES': (
'rest_framework.parsers.JSONParser',
'rest_framework.parsers.FormParser',
'rest_framework.parsers.MultiPartParser',
),
'DEFAULT_RENDERER_CLASSES': (
'rest_framework.renderers.JSONRenderer',