aboutsummaryrefslogtreecommitdiffstats
path: root/djangorestframework/tests/parsers.py
AgeCommit message (Expand)Author
2012-09-20Remove old 'djangorestframework directoriesTom Christie
2012-09-03Parsers may return raw data, or a DataAndFiles objectTom Christie
2012-08-28Added serializers and fieldsTom Christie
2012-02-25Fix broken testsTom Christie
2012-02-25Massive mergeTom Christie
2012-01-18Docstring/whitespace fixes.Ben Timby
2012-01-13split renderer and parser complex data test caseMichele Lazzeri
2011-12-29whitespace fixesTom Christie
2011-12-11add xml parserCraig Blaszczyk
2011-06-10Drop test_fail()Tom Christie
2011-06-09Returning the dict from `parse_qs` in `FormParser` fails on forms.Alen Mujezinovic
2011-05-24Allow views to return HttpResponses. Add initial() hook methodTom Christie
2011-05-19data flattening needs to go into resourceTom Christie
2011-05-12refactoring resource specfic stuff into ResourceMixin - validators now defunctTom Christie
2011-05-10Getting the API into shapeTom Christie
2011-05-04Decouple views and resourcesTom Christie
2011-04-29More refactoring - move various less core stuff into utils etcTom 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