aboutsummaryrefslogtreecommitdiffstats
path: root/djangorestframework/tests
AgeCommit message (Collapse)Author
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-02Refactor to use self.CONTENT to access request body. Get file upload workingtom christie tom@tomchristie.com
2011-03-17Add VERSION stringtom christie tom@tomchristie.com
2011-03-11debug + tests for MultipartParsersebpiq
2011-03-11documentation + tests + debugging for formparserssebpiq
2011-03-11modified tests.__init__ so it also test module docstringssebpiq
2011-03-10added a testsebpiq
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-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.