Commit 3a17391e by Xavier Ordoquy Committed by GitHub

Merge pull request #5036 from ir4y/patch-1

Fix typo at doc string
parents a652ebd2 f27c5512
......@@ -9,7 +9,7 @@ REST_FRAMEWORK = {
)
'DEFAULT_PARSER_CLASSES': (
'rest_framework.parsers.JSONParser',
'rest_framework.parsers.TemplateHTMLRenderer',
'rest_framework.parsers.TemplateHTMLParser',
)
}
......
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