aboutsummaryrefslogtreecommitdiffstats
path: root/djangorestframework/parsers.py
AgeCommit message (Collapse)Author
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
This reverts commit f461acbaf28aa79d82cffaf65b886c3d884cc5f4.
2012-01-11recursive xml parsingMichele Lazzeri
2012-01-11Revert "update author"Michele Lazzeri
This reverts commit f461acbaf28aa79d82cffaf65b886c3d884cc5f4.
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 ↵Andrew Straw
multipart parse
2011-06-26Very basic YAML support. Probably needs some tweaking, and definitely needs ↵markotibold
tests.
2011-06-09Removed unused importsAlen Mujezinovic
2011-06-09Returning the dict from `parse_qs` in `FormParser` fails on forms.Alen Mujezinovic
Use `QueryDict` instead to return a value that is compatible with forms.
2011-05-24Renderers can now cope with parameterised args. ResponseMixin gets cleaned ↵Tom Christie
up & added Renderer.can_handle_response(), mirroring Parsers.can_handle_request()
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 ↵tom christie tom@tomchristie.com
determing best lib to use)
2011-04-25Fix some compat issues with json/simplejsonTom Christie
2011-04-11Rename mixins into Mixin class, rename ResponseException to ErrorResponse, ↵Tom Christie
remove NoContent
2011-04-11Remove last bits of ParserMixinTom Christie
2011-04-11More tests passingTom Christie
2011-04-02Refactor to use self.CONTENT to access request body. Get file upload workingtom christie tom@tomchristie.com
2011-03-11debug + tests for MultipartParsersebpiq
2011-03-11documentation + tests + debugging for formparserssebpiq
2011-03-10documentationsebpiq
2011-03-10removed useless stuff, request.POST and FILES not used + some docsebpiq
2011-03-09renamings + corrected a bugspiq
2011-03-08corrected a small bugspiq
2011-03-04FomrParser now implements a work around for empty values in a listspiq
2011-03-04forms and multipat parsers now flaten dataspiq
2011-03-04fix for PUT filesspiq
2011-02-19Move status codes into seperate moduletom christie tom@tomchristie.com
2011-02-19Yowzers. Final big bunch of refactoring for 0.1 release. Now support ↵tom christie tom@tomchristie.com
Django 1.3's views, admin style api is all polished off, loads of tests, new test project for running the test. All sorts of goodness. Getting ready to push this out now.
2011-02-15Added credits, fixed multipart forms and unicode output as per paul's bug ↵tom christie tom@tomchristie.com
reports.
2011-02-07Refactor a bunch of stuff into mixins, more teststom christie tom@tomchristie.com