aboutsummaryrefslogtreecommitdiffstats
path: root/djangorestframework/parsers.py
AgeCommit message (Expand)Author
2012-09-20Remove old 'djangorestframework directoriesTom Christie
2012-09-04Refactored throttlingTom Christie
2012-09-03Added the api_view decoratorTom Christie
2012-09-03Parsers may return raw data, or a DataAndFiles objectTom Christie
2012-08-28Added serializers and fieldsTom Christie
2012-08-25Add ParseError (Removing ImmediateResponse)Tom Christie
2012-04-11Merge with masterTom Christie
2012-02-25Massive mergeTom Christie
2012-02-22Properly catch MultiPartParserError during .parse()Tom Christie
2012-02-22let the XML parser fail gracefully on malformed XMLCan Yavuz
2012-02-21Fix YAML parser bugTom Christie
2012-02-10made suggested fixesSébastien Piquemal
2012-02-07cleaned Request/Response/mixins to have similar interfaceSébastien Piquemal
2012-02-07cleaned a bit Response/ResponseMixin code, added some documentation + renamed...Sébastien Piquemal
2012-02-02Response as a subclass of HttpResponse - first draft, not quite there yet.Sébastien Piquemal
2012-01-22.DATA, .FILES, overloaded HTTP method, content type and content available dir...Sébastien Piquemal
2012-01-21pep8/pyflakes cleanupTom Christie
2012-01-18Docstring/whitespace fixes.Ben Timby
2012-01-12correct complex data xml parsingMichele Lazzeri
2012-01-11recursive xml parsingMichele Lazzeri
2012-01-11recursive xml parsingMichele Lazzeri
2012-01-11Revert "update author"Michele Lazzeri
2012-01-11recursive xml parsingMichele Lazzeri
2012-01-11Revert "update author"Michele Lazzeri
2012-01-11update authorMichele Lazzeri
2012-01-11Replace tab with spaces.Tom Christie
2011-12-29whitespace fixesTom Christie
2011-12-11add xml parserCraig Blaszczyk
2011-07-02Picky. :)Tom Christie
2011-07-02Fixed YAMLParser = NoneJens Alm
2011-07-02Sloppy copy-pasting...Jens Alm
2011-07-02parsers.DEFAULT_PARSERS added to be consistent with renderers.DEFAULT_RENDERERSJens Alm
2011-07-01pull in markos changes, minor tweaks to yaml stuffTom Christie
2011-06-29return 400 BAD REQUEST rather than Django traceback/500 error on failed multi...Andrew Straw
2011-06-26Very basic YAML support. Probably needs some tweaking, and definitely needs t...markotibold
2011-06-09Removed unused importsAlen Mujezinovic
2011-06-09Returning the dict from `parse_qs` in `FormParser` fails on forms.Alen Mujezinovic
2011-05-24Renderers can now cope with parameterised args. ResponseMixin gets cleaned u...Tom Christie
2011-05-19Merge in marko's doc markupTom Christie
2011-05-19data flattening needs to go into resourceTom Christie
2011-05-18Most of the actual work so far has been markup really.markotibold
2011-05-13cleanupTom Christie
2011-05-12refactoring resource specfic stuff into ResourceMixin - validators now defunctTom Christie
2011-05-10Getting the API into shapeTom Christie
2011-04-29More refactoring - move various less core stuff into utils etcTom Christie
2011-04-27Urg. Fix broken merging.Tom Christie
2011-04-27Merge previous checkinsTom Christie
2011-04-26Fixes #35 - Import json from django's built-in package (Does cleverness in de...tom christie tom@tomchristie.com
2011-04-25Fix some compat issues with json/simplejsonTom Christie
2011-04-11Rename mixins into Mixin class, rename ResponseException to ErrorResponse, re...Tom Christie