summaryrefslogtreecommitdiff
path: root/django/views/generic/base.py
AgeCommit message (Expand)Author
2010-12-07Fixed #12815 -- Added TemplateResponse, a lazy-evaluated Response class. Than...Russell Keith-Magee
2010-11-20Fixed #14512 -- Added documentation on how to apply decorators to class-based...Russell Keith-Magee
2010-10-19Added a logging call on HTTP 405 for class-based views. This is for consisten...Russell Keith-Magee
2010-10-18Fixed #6735 -- Added class-based views.Russell Keith-Magee