aboutsummaryrefslogtreecommitdiffstats
path: root/djangorestframework/response.py
AgeCommit message (Expand)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
2012-09-07Basic support for format suffixesTom Christie
2012-09-06Move settings stuff actually into settingsTom Christie
2012-09-06Refactoring some basicsTom Christie
2012-09-04Remove some bits from utilsTom Christie
2012-09-03Added the api_view decoratorTom Christie
2012-09-02Remove mention of ImmediateResponseTom Christie
2012-08-26Tweak docstringsTom Christie
2012-08-26Drop ImmediateResponseTom Christie
2012-04-11Merge work from sebpiqTom Christie
2012-02-25Massive mergeTom Christie
2012-02-23merged + fixed broken testSébastien Piquemal
2012-02-23hack to fix ImmediateResponse renderingSébastien Piquemal
2012-02-21Merging master into developTom Christie
2012-02-20Some cleanupTom Christie
2012-02-14merged with trunkSébastien Piquemal
2012-02-14fixed examples, corrected small bugs in the processSébastien Piquemal
2012-02-10made suggested fixesSébastien Piquemal
2012-02-07some docs for Request/Response/mixinsSébastien Piquemal
2012-02-07cleaned a bit Response/ResponseMixin code, added some documentation + renamed...Sébastien Piquemal
2012-02-02Response as a subclass of HttpResponse - first draft, not quite there yet.Sébastien Piquemal
2012-02-02Python docs say inherit from Exception, not BaseException.Tom Christie
2012-01-21pep8/pyflakes cleanupTom Christie
2011-12-29whitespace fixesTom Christie
2011-06-25Urg. Fixed bug in assigning headersTom Christie
2011-05-24tidy up last bits of renderer media type handlingTom Christie
2011-05-19The core is now documented from the docstrings in the source.markotibold
2011-05-10More tests, getting new serialization into resourceTom Christie
2011-05-04Decouple views and resourcesTom Christie
2011-04-11Rename mixins into Mixin class, rename ResponseException to ErrorResponse, re...Tom Christie
2011-04-11Refactoring of authentication/permissionsTom Christie
2011-02-19Move status codes into seperate moduletom christie tom@tomchristie.com
2011-02-04Huge stack of refactoring getting stuff into Mixin classes, and loads of test...tom christie tom@tomchristie.com
2011-01-30Rename to django-rest-framework, get simpleexample workingtom christie tom@tomchristie.com