aboutsummaryrefslogtreecommitdiffstats
path: root/djangorestframework/tests/response.py
AgeCommit message (Collapse)Author
2012-09-20Remove old 'djangorestframework directoriesTom Christie
2012-09-16Simplify negotiation. Drop MSIE hacks. Etc.Tom Christie
2012-09-14Moved content negotiation out of response. Nicer exception handling now.Tom Christie
2012-09-11Better naming for properties on views, requests and responsesJamie Matthews
renderers is now renderer_classes parsers is now parser_classes authentication is now authentication_classes
2012-09-03View -> APIViewTom Christie
2012-08-26Drop ImmediateResponseTom Christie
2012-04-11Merge work from sebpiqTom Christie
2012-02-25Fix broken testsTom Christie
2012-02-25Massive mergeTom Christie
2012-02-23hack to fix ImmediateResponse renderingSébastien Piquemal
2012-02-10attempt at fixing the examplesSébastien Piquemal
2012-02-07cleaned a bit Response/ResponseMixin code, added some documentation + ↵Sébastien Piquemal
renamed ErrorResponse to ImmediateResponse
2012-02-02Response as a subclass of HttpResponse - first draft, not quite there yet.Sébastien Piquemal
2011-12-29whitespace fixesTom Christie
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-04Huge stack of refactoring getting stuff into Mixin classes, and loads of ↵tom christie tom@tomchristie.com
tests. Kickass.