aboutsummaryrefslogtreecommitdiffstats
path: root/djangorestframework/compat.py
AgeCommit message (Expand)Author
2012-08-21Merge pull request #229 from max-arnold/228-runtime-headTom Christie
2012-07-12remove remaining head() methodMax Arnold
2012-07-12patch View.head() only for django < 1.4Max Arnold
2012-07-12add View.head() method at runtime (should fix AttributeError: object has no a...Max Arnold
2012-04-11Fixes #94. Thanks @natim. Only Markdown 2.0+ is supported currently.Marko Tibold
2012-02-23reverse takes request as a kwarg for compatibility with django's reverseTom Christie
2012-02-22let the XML parser fail gracefully on malformed XMLCan Yavuz
2012-02-21reverse gets it's own moduleTom Christie
2012-01-04Don't raise when in compat mode, just pass.Marko Tibold
2012-01-04Fix indentationMarko Tibold
2012-01-04We can now use @unittests.skipMarko Tibold
2011-12-29whitespace fixesTom Christie
2011-12-21Fix version test.Tom Christie
2011-12-21Fixes #94Marko Tibold
2011-12-14Fixed test broken by markdown updatealazaro
2011-12-14Use 1.4's CSRFMiddleware, so that PUT and DELETE get CSRF validation if sessi...Tom Christie
2011-12-09Fix docstring.Tom Christie
2011-07-02TypoTom Christie
2011-07-01pull in markos changes, minor tweaks to yaml stuffTom Christie
2011-06-25Typo in urlTom Christie
2011-06-25Support for HEAD methodCarles Barrobés
2011-05-19The core is now documented from the docstrings in the source.markotibold
2011-05-18Most of the actual work so far has been markup really.markotibold
2011-04-29More refactoring - move various less core stuff into utils etcTom Christie
2011-04-25Fix some compat issues with json/simplejsonTom Christie
2011-02-19Yowzers. Final big bunch of refactoring for 0.1 release. Now support Django...tom christie tom@tomchristie.com