django1/django/views/generic
Andrew Godwin 4a9ecdb148 Fixed #14995 -- Add FormView import to generic views __init__. Thanks carbonXT.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15160 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-01-08 14:53:44 +00:00
..
__init__.py Fixed #14995 -- Add FormView import to generic views __init__. Thanks carbonXT. 2011-01-08 14:53:44 +00:00
base.py Fixed #12815 -- Added TemplateResponse, a lazy-evaluated Response class. Thanks to Simon Willison for the original idea, and to Mikhail Korobov and Ivan Sagalaev for their assistance, including the draft patch from Mikhail. 2010-12-07 13:57:01 +00:00
create_update.py Fixed #6735 -- Added class-based views. 2010-10-18 13:34:47 +00:00
date_based.py Fixed #6735 -- Added class-based views. 2010-10-18 13:34:47 +00:00
dates.py Fixed #14752 -- Corrected date parsing in WeekArchiveView when using %W as a week format. Thanks to msundstr for the report and patch. 2010-11-23 01:46:48 +00:00
detail.py Fixed #14878 -- Clarified the way verbose_name_plural is used in generic list views as a context variable. Thanks to diegueus9 for the report. 2011-01-03 13:15:58 +00:00
edit.py Add FormMixin.get_form_kwargs method to abstract some common logic in a tidier 2010-12-10 03:51:30 +00:00
list.py Fixed inconsistency in ListView's pagination (short datasets should also trigger a pagination, but with a single possible page) 2011-01-08 13:15:44 +00:00
list_detail.py Documented migration path for change object_list -> ListView regarding different context variables 2010-11-20 20:38:52 +00:00
simple.py Fixed #6735 -- Added class-based views. 2010-10-18 13:34:47 +00:00