aboutsummaryrefslogtreecommitdiffstats
path: root/djangorestframework/tests/parsers.py
AgeCommit message (Expand)Author
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