Commit 43691575 by Xavier Ordoquy Committed by GitHub

Merge pull request #5037 from linovia/master

Fix parser names in docstring.
parents 3a17391e d417c6d1
...@@ -9,7 +9,8 @@ REST_FRAMEWORK = { ...@@ -9,7 +9,8 @@ REST_FRAMEWORK = {
) )
'DEFAULT_PARSER_CLASSES': ( 'DEFAULT_PARSER_CLASSES': (
'rest_framework.parsers.JSONParser', 'rest_framework.parsers.JSONParser',
'rest_framework.parsers.TemplateHTMLParser', 'rest_framework.parsers.FormParser',
'rest_framework.parsers.MultiPartParser'
) )
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment