aboutsummaryrefslogtreecommitdiffstats
path: root/djangorestframework/tests/description.py
AgeCommit message (Collapse)Author
2012-09-03View -> APIViewTom Christie
2012-01-23Refactored get_name()/get_description()Ben Timby
2011-12-29whitespace fixesTom 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-05-24Allow views to return HttpResponses. Add initial() hook methodTom Christie
2011-05-23name and descriptionTom Christie
2011-05-04Decouple views and resourcesTom Christie
2011-04-29More refactoring - move various less core stuff into utils etcTom 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.