aboutsummaryrefslogtreecommitdiffstats
path: root/djangorestframework/tests/files.py
AgeCommit message (Expand)Author
2012-09-20Remove old 'djangorestframework directoriesTom Christie
2012-08-24Drop out resources & mixinsTom Christie
2012-02-02Response as a subclass of HttpResponse - first draft, not quite there yet.Sébastien Piquemal
2012-01-18Docstring/whitespace fixes.Ben Timby
2011-12-29whitespace fixesTom Christie
2011-06-12Fix file uploadsTom Christie
2011-05-24Allow views to return HttpResponses. Add initial() hook methodTom Christie
2011-05-12_perform_form_overloading becomes transparentTom Christie
2011-05-12yet more API cleanupTom Christie
2011-05-12refactoring resource specfic stuff into ResourceMixin - validators now defunctTom Christie
2011-05-04Decouple views and resourcesTom Christie
2011-04-25Generic permissions added, allowed_methods and anon_allowed_methods now defun...Tom Christie
2011-04-11depercate auth and content arguments to the request handler methods - yea :)Tom Christie
2011-04-02Refactor to use self.CONTENT to access request body. Get file upload workingtom christie tom@tomchristie.com