aboutsummaryrefslogtreecommitdiffstats
path: root/djangorestframework
AgeCommit message (Expand)Author
2012-07-06Modify mixins.py to make sure that the 415 (Unsupported Media Type) returns i...Ralph Broenink
2012-07-02Patch to enable Accept headers in Internet Explorer when an Ajax Library on t...Adam Ness
2012-06-28Don't bork if request attribute is not set.Tom Christie
2012-06-26Pass request to related serializersSean C. Farley
2012-05-22Merge pull request #210 from max-arnold/serialize-raw-querysetTom Christie
2012-05-22Allow RawQuerySet serializationMax Arnold
2012-04-11Fixes #94. Thanks @natim. Only Markdown 2.0+ is supported currently.Marko Tibold
2012-02-23Fix for #178.Shawn Lewis
2012-02-23Test for issue #178.Shawn Lewis
2012-02-23Version 0.4.0-devTom Christie
2012-02-23Remove unused 'staticviews'Tom Christie
2012-02-23Remove InstanceMixin auto-url magicks.Tom Christie
2012-02-23reverse takes request as a kwarg for compatibility with django's reverseTom Christie
2012-02-22Properly catch MultiPartParserError during .parse()Tom Christie
2012-02-22let the XML parser fail gracefully on malformed XMLCan Yavuz
2012-02-21Remove staticviews. Use standard login/logoutTom Christie
2012-02-21Remove ADMIN_MEDIA_PREFIX everywhereTom Christie
2012-02-21Fix YAML parser bugTom Christie
2012-02-21reverse gets it's own moduleTom Christie
2012-02-21Update djangorestframework/views.pyTom Christie
2012-02-21Implement `reverse_lazy()'Daniel Izquierdo
2012-02-21Add a docstring for `reverse()'Daniel Izquierdo
2012-02-21Update resources.py to use the new custom `reverse()'Daniel Izquierdo
2012-02-21Implement a custom reverse that builds absolute URLs with a request objectDaniel Izquierdo
2012-02-21Pass the request object to `reverse' in the reverse testsDaniel Izquierdo
2012-02-21Stop using set_script_prefixDaniel Izquierdo
2012-02-21Move the new `reverse' function from urlresolvers to utilsDaniel Izquierdo
2012-02-21Test the custom reverse() function instead of the one provided by DjangoDaniel Izquierdo
2012-02-21Create a custom reverse() function (not implemented yet)Daniel Izquierdo
2012-02-21Gotta love dynamic languagesTom Christie
2012-02-20Version 0.3.30.3.3Tom Christie
2012-02-20Fix for URLObject 2.0.0Tom Christie
2012-02-20Chase changes to URLObject's API in v2.0.0Sean C. Farley
2012-02-20Merge pull request #168 from poswald/namespace-templatesTom Christie
2012-02-20Rename templates to 'base.html', 'api.html', 'api.txt' and 'login.html'Paul Oswald
2012-02-16Merge pull request #145 from flashingpumpkin/masterTom Christie
2012-02-15Move the templates into a named directoryPaul Oswald
2012-02-15Add empty {% blocks %} to the template to give people a chance to overridePaul Oswald
2012-02-14Move stylesheet references to the new relative namespacePaul Oswald
2012-02-14Delete robots.txt, favicon.ico views; Move style to a new static namespacePaul Oswald
2012-02-11Fix typo.Tom Christie
2012-02-11`OPTIONS` is also a safe method.Tom Christie
2012-02-11Improve docstring on DjangoModelPermissions, and also ensure the user is auth...Tom Christie
2012-02-11Minor name changeTom Christie
2012-02-11Fix up DjangoModelPermissions.Tom Christie
2012-02-11Merge pull request #160 from mammique/django_permsTom Christie
2012-02-11DjangoModelPermisson's descCamille Harang
2012-02-11check authentication after checking ModelResourceCamille Harang
2012-02-11DjangoModelPermissonCamille Harang
2012-02-09Merge remote branch 'tomchristie/master'Alen Mujezinovic