juanriaza / django-rest-framework-msgpack

MessagePack support for Django REST framework
Other
88 stars 22 forks source link

parser is expected to read from a stream #1

Closed sebastibe closed 11 years ago

sebastibe commented 11 years ago

To work as the other parsers, the msgpack parser have to unpack file-type object.

tomchristie commented 11 years ago

Yup, looks right to me.

On 15 Jan 2013, at 06:45, Sébastien Béal notifications@github.com wrote:

To work as the other parsers, the msgpack parser have to unpack file-type object.

You can merge this Pull Request by running

git pull https://github.com/sebastibe/django-rest-framework-msgpack parser-stream Or view, comment on, or merge it at:

https://github.com/juanriaza/django-rest-framework-msgpack/pull/1

Commit Summary

parser is expected to read from a stream File Changes

M rest_framework_msgpack/parsers.py (2) M rest_framework_msgpack/tests.py (11) Patch Links:

https://github.com/juanriaza/django-rest-framework-msgpack/pull/1.patch https://github.com/juanriaza/django-rest-framework-msgpack/pull/1.diff