django1/django/views/generic
Chris Beaven 2e909489d7 Add FormMixin.get_form_kwargs method to abstract some common logic in a tidier
way. Tidy up (and amend) documentation about FormMixin and ModelFormMixin.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@14865 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-12-10 03:51:30 +00:00
..
__init__.py Fixed #6735 -- Added class-based views. 2010-10-18 13:34:47 +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 Modified the implementation of get_object() to be consistent with the approach used elsewhere in the API. Also added documentation for get_object() which seems to have been accidentally omitted. 2010-10-20 00:21:47 +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 Fixes #14873 -- A paginated ListView with a List instead of queryset produces an error. 2010-12-09 02:34:14 +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