aboutsummaryrefslogtreecommitdiffstats
path: root/djangorestframework/utils
AgeCommit message (Expand)Author
2012-09-20Remove old 'djangorestframework directoriesTom Christie
2012-09-19Dont strip final '/'Tom Christie
2012-09-19Use get_script_prefix to play nicely if not installed at the root.Tom Christie
2012-09-14Moved content negotiation out of response. Nicer exception handling now.Tom Christie
2012-09-07Fix Django 1.3 compatibilityMjumbe Wawatu Poe
2012-09-04Bits of cleanupTom Christie
2012-09-04Remove some bits from utilsTom Christie
2012-09-03View -> APIViewTom Christie
2012-09-03Parsers may return raw data, or a DataAndFiles objectTom Christie
2012-09-03Support generatorsTom Christie
2012-04-11Merge with masterTom Christie
2012-02-25Massive mergeTom Christie
2012-02-23Remove unused 'staticviews'Tom 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-20Rename templates to 'base.html', 'api.html', 'api.txt' and 'login.html'Paul Oswald
2012-02-17Merge git://github.com/sebpiq/django-rest-framework into developTom Christie
2012-02-15Move the templates into a named directoryPaul Oswald
2012-02-14Delete robots.txt, favicon.ico views; Move style to a new static namespacePaul Oswald
2012-02-02Response as a subclass of HttpResponse - first draft, not quite there yet.Sébastien Piquemal
2012-01-23Refactored get_name()/get_description()Ben Timby
2012-01-21pep8/pyflakes cleanupTom Christie
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-30And add RequestContext tooTom Christie
2011-12-30Fixes #102Tom Christie
2011-12-29whitespace fixesTom Christie
2011-12-11add xml parserCraig Blaszczyk
2011-05-24Renderers can now cope with parameterised args. ResponseMixin gets cleaned u...Tom Christie
2011-05-24Fix up breadcrumbs to only breadcrumb for REST framework ViewsTom Christie
2011-05-23name and descriptionTom Christie
2011-05-13Sorting out resources. Doing some crazy magic automatic url resolving stuff....Tom Christie
2011-05-10renderer API workTom Christie
2011-05-10Getting the API into shapeTom Christie
2011-05-04Decouple views and resourcesTom Christie
2011-04-29More refactoring - move various less core stuff into utils etcTom Christie