aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework/parsers.py
AgeCommit message (Expand)Author
2013-02-22Add forbid_dtd flag, since we don't need any DTDs.Tom Christie
2013-02-22defusedxml for security fix.Tom Christie
2013-02-04Fix 2.6 compatTom Christie
2013-02-04Deal with parser encodings properlyTom Christie
2013-02-04Cleanup importsTom Christie
2013-02-04Don't use deprecated xml styleTom Christie
2013-02-01Merge branch 'p3k' of https://github.com/linovia/django-rest-framework into w...Tom Christie
2013-01-05deprecate simplejsonJuan Riaza
2013-01-03Move the various compat things to the compat module.Xavier Ordoquy
2012-11-2352 tests passing. Refactored a few string / byte io.Xavier Ordoquy
2012-11-22First passing test under p3k \o/Xavier Ordoquy
2012-10-17Added `media_type` to `.parse()` - Consistency with renderer API.Tom Christie
2012-10-17parser_context includes `view`, `request`, `args`, `kwargs`. (Not `meta` and...Tom Christie
2012-10-17Drop .parse_string_or_stream() - keep API minimal.Tom Christie
2012-10-15Tweak parsers to take parser_contextTom Christie
2012-10-14Documentation for parsersTom Christie
2012-10-05Remove Parser.can_handle_request()Tom Christie
2012-09-26Bits of cleanupTom Christie
2012-09-20Remove dumbass __all__ variablesTom Christie
2012-09-20Change package name: djangorestframework -> rest_frameworkTom Christie