django1/django/views/generic
Russell Keith-Magee d89ad6423c Fixed #14711 -- Corrected the calculation for the previous month in generic date views. Thanks to msundstr for the report and patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15438 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-02-06 06:31:52 +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 #15061 -- Removed a redundant method implementation in the class-based ModelFormMixin, and did some PEP8 cleanup. Thanks to rasca for the report and patch. 2011-01-27 03:14:20 +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 #14711 -- Corrected the calculation for the previous month in generic date views. Thanks to msundstr for the report and patch. 2011-02-06 06:31:52 +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 Fixed #15061 -- Removed a redundant method implementation in the class-based ModelFormMixin, and did some PEP8 cleanup. Thanks to rasca for the report and patch. 2011-01-27 03:14:20 +00:00
list.py Fixed #15061 -- Removed a redundant method implementation in the class-based ModelFormMixin, and did some PEP8 cleanup. Thanks to rasca for the report and patch. 2011-01-27 03:14:20 +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