aboutsummaryrefslogtreecommitdiffstats
path: root/djangorestframework/utils.py
AgeCommit message (Collapse)Author
2011-04-29More refactoring - move various less core stuff into utils etcTom Christie
2011-04-28emitters -> renderersTom Christie
2011-04-11Rename mixins into Mixin class, rename ResponseException to ErrorResponse, ↵Tom Christie
remove NoContent
2011-03-10removed useless stuff, request.POST and FILES not used + some docsebpiq
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-04Huge stack of refactoring getting stuff into Mixin classes, and loads of ↵tom christie tom@tomchristie.com
tests. Kickass.
2011-01-30Rename to django-rest-framework, get simpleexample workingtom christie tom@tomchristie.com