mirror of
https://github.com/ansible/awx.git
synced 2026-01-20 22:18:01 -03:30
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…
x
Reference in New Issue
Block a user