django1/django/views/generic
Aymeric Augustin d5ad9d3dfe [1.5.x] Fixed #19076 -- Added content_type attribute to TemplateView.
Thanks Gavin Wahl.

Backport of 23e319d.
2013-01-30 21:34:39 +01:00
..
__init__.py Fixed #14995 -- Add FormView import to generic views __init__. Thanks carbonXT. 2011-01-08 14:53:44 +00:00
base.py [1.5.x] Fixed #19076 -- Added content_type attribute to TemplateView. 2013-01-30 21:34:39 +01:00
dates.py Fixed #16218 -- date_list order in generic CBVs. 2012-09-22 11:47:34 +02:00
detail.py Fixed error message in detail generic view. 2012-07-25 22:46:57 +02:00
edit.py [1.5.x] Fixed #19378 -- Ensured get_success_url returns a non-lazy URL 2012-12-04 13:24:04 +01:00
list.py [1.5.x] Add 'page_kwarg' attribute to `MultipleObjectMixin`, removing hardcoded 'page'. 2012-11-17 21:30:22 +01:00