aboutsummaryrefslogtreecommitdiffstats
path: root/djangorestframework/tests/accept.py
AgeCommit message (Collapse)Author
2011-12-29whitespace fixesTom Christie
2011-05-24Allow views to return HttpResponses. Add initial() hook methodTom Christie
2011-05-12yet more API cleanupTom Christie
2011-05-04Decouple views and resourcesTom Christie
2011-04-25Generic permissions added, allowed_methods and anon_allowed_methods now ↵Tom Christie
defunct, dispatch now mirrors View.dispatch more nicely
2011-04-11depercate auth and content arguments to the request handler methods - yea :)Tom Christie
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.