summaryrefslogtreecommitdiff
path: root/django/views/generic/base.py
AgeCommit message (Expand)Author
2011-02-14Fixed #15298 -- Raise a better error when a TemplateResponseMixin doesn't hav...Russell Keith-Magee
2011-01-27Fixed #15061 -- Removed a redundant method implementation in the class-based ...Russell Keith-Magee
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