django1/tests/regressiontests/generic_views
Russell Keith-Magee 324658ef26 Fixed #14803 -- Corrected an inconsistency in redirection handling between old-style generic views and class-based views. Thanks to gg for the report and patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@14808 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-12-04 11:20:30 +00:00
..
fixtures Fixed #6735 -- Added class-based views. 2010-10-18 13:34:47 +00:00
templates Fixed #6735 -- Added class-based views. 2010-10-18 13:34:47 +00:00
__init__.py Fixed #6735 -- Added class-based views. 2010-10-18 13:34:47 +00:00
base.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 #6735 -- Added class-based views. 2010-10-18 13:34:47 +00:00
edit.py Fixed #14803 -- Corrected an inconsistency in redirection handling between old-style generic views and class-based views. Thanks to gg for the report and patch. 2010-12-04 11:20:30 +00:00
forms.py Fixed #6735 -- Added class-based views. 2010-10-18 13:34:47 +00:00
list.py Fixed #14504 -- Corrected the way object_list is used in ListView to avoid overwriting context. Includes improved usage of unittest2 assertions. Thanks to Łukasz Rekucki for the final patch. 2010-10-28 02:58:28 +00:00
models.py Fixed #6735 -- Added class-based views. 2010-10-18 13:34:47 +00:00
tests.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
urls.py Fixed #14803 -- Corrected an inconsistency in redirection handling between old-style generic views and class-based views. Thanks to gg for the report and patch. 2010-12-04 11:20:30 +00:00
views.py Fixed #6735 -- Added class-based views. 2010-10-18 13:34:47 +00:00