aboutsummaryrefslogtreecommitdiffstats
path: root/djangorestframework/tests/content.py
AgeCommit message (Collapse)Author
2012-01-22.DATA, .FILES, overloaded HTTP method, content type and content available ↵Sébastien Piquemal
directly on the request - see #128
2012-01-21Drop short status codes.Tom Christie
2012-01-04We can now use @unittests.skipMarko Tibold
2011-12-09Drop tests that are broken, because the functionality isn't implemented.Tom Christie
Could be slightly nicer behavior about preserving .POST usability, but it's not there yet. These two test check for that but are currently broken. Leave them out for now.
2011-07-15More tests for overloaded json requests and normal json requestsTom Drummond
2011-07-15Added more tests related to request.POST and request.DATATom Drummond
2011-07-15Added tests to ensure you can access request.POST with ↵Tom Drummond
UserLoggedInAuthentication
2011-06-25Support for HEAD methodCarles Barrobés
2011-05-19data flattening needs to go into resourceTom Christie
2011-05-12_perform_form_overloading becomes transparentTom Christie
2011-05-12refactoring resource specfic stuff into ResourceMixin - validators now defunctTom Christie
2011-05-10Getting the API into shapeTom 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-11method overloading tests passingTom Christie
2011-04-11form overloading tests passingTom Christie
2011-04-11More tests passingTom Christie
2011-04-11More tests passingTom Christie
2011-04-11More tests passingTom Christie
2011-04-11Start refactoring testsTom Christie
2011-04-02Refactor to use self.CONTENT to access request body. Get file upload workingtom christie tom@tomchristie.com
2011-03-10added a testsebpiq
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-07Refactor a bunch of stuff into mixins, more teststom christie tom@tomchristie.com
2011-02-04Huge stack of refactoring getting stuff into Mixin classes, and loads of ↵tom christie tom@tomchristie.com
tests. Kickass.