Skip to content

Commit

Permalink
Fix parser names in docstring.
Browse files Browse the repository at this point in the history
  • Loading branch information
xordoquy committed Mar 29, 2017
1 parent 3a17391 commit d417c6d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rest_framework/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
)
'DEFAULT_PARSER_CLASSES': (
'rest_framework.parsers.JSONParser',
'rest_framework.parsers.TemplateHTMLParser',
'rest_framework.parsers.FormParser',
'rest_framework.parsers.MultiPartParser'
)
}
Expand Down

0 comments on commit d417c6d

Please sign in to comment.