aboutsummaryrefslogtreecommitdiffstats
path: root/djangorestframework/compat.py
AgeCommit message (Collapse)Author
2012-09-20Remove old 'djangorestframework directoriesTom Christie
2012-09-07Fix Django 1.3 compatibilityMjumbe Wawatu Poe
2012-09-04Remove support for markdown<2.1Tom Christie
2012-02-25Massive mergeTom Christie
2012-02-21Merge master into developTom 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
Modified alazaro's commit sot that both markdown < 2.1 and >= 2.1 are supported The test checks if either matches the old or the new style.
2011-12-14Fixed test broken by markdown updatealazaro
Removed unused code. No longer needed with markdown 2.1.0.
2011-12-14Use 1.4's CSRFMiddleware, so that PUT and DELETE get CSRF validation if ↵Tom Christie
session authentication is being used
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 ↵tom christie tom@tomchristie.com
Django 1.3's views, admin style api is all polished off, loads of tests, new test project for running the test. All sorts of goodness. Getting ready to push this out now.