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:
parent
4eb0ed225b
commit
66f8f88898
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user