We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33fb4fa commit 9726b32Copy full SHA for 9726b32
rest_framework_ember/parsers.py
@@ -27,7 +27,7 @@ def parse(self, stream, media_type=None, parser_context=None):
27
Parses the incoming bytestream as JSON and returns the resulting data
28
"""
29
result = super(JSONParser, self).parse(stream, media_type=media_type,
30
- parser_context=None)
+ parser_context=parser_context)
31
resource = result.get(get_resource_name(parser_context.get('view', None)))
32
return format_keys(resource, 'underscore')
33
0 commit comments