aboutsummaryrefslogtreecommitdiffstats
path: root/djangorestframework/utils/__init__.py
AgeCommit message (Collapse)Author
2012-09-20Remove old 'djangorestframework directoriesTom Christie
2012-09-14Moved content negotiation out of response. Nicer exception handling now.Tom Christie
2012-09-04Remove some bits from utilsTom Christie
2012-04-11Merge with masterTom Christie
2012-02-25Massive mergeTom Christie
2012-02-21Remove ADMIN_MEDIA_PREFIX everywhereTom Christie
2012-02-21reverse gets it's own moduleTom Christie
2012-02-21Merging master into developTom Christie
2012-02-21Implement `reverse_lazy()'Daniel Izquierdo
2012-02-21Add a docstring for `reverse()'Daniel Izquierdo
2012-02-21Implement a custom reverse that builds absolute URLs with a request objectDaniel Izquierdo
2012-02-21Move the new `reverse' function from urlresolvers to utilsDaniel Izquierdo
2012-02-02Response as a subclass of HttpResponse - first draft, not quite there yet.Sébastien Piquemal
2012-01-18Docstring/whitespace fixes.Ben Timby
2012-01-04#75 remove except statements which are overly broad in the exception they catchCraig Blaszczyk
2011-12-29whitespace fixesTom Christie
2011-12-11add xml parserCraig Blaszczyk
2011-05-24Renderers can now cope with parameterised args. ResponseMixin gets cleaned ↵Tom Christie
up & added Renderer.can_handle_response(), mirroring Parsers.can_handle_request()
2011-05-10renderer API workTom Christie
2011-04-29More refactoring - move various less core stuff into utils etcTom Christie