summaryrefslogtreecommitdiff
path: root/tests/regressiontests/generic_views/dates.py
AgeCommit message (Expand)Author
2012-03-17[1.3.X] Fixed #17488 -- This test passed in 2011 only because 2012-01-01 is a...Ramiro Morales
2011-04-22[1.3.X] Fixed #15698 -- Fixed inconsistant handling of context_object_name in...Jannis Leidel
2011-02-14Fixed #15272 -- Altered generic views to use the guaranteed untranslated obje...Russell Keith-Magee
2011-02-06Fixed #14711 -- Corrected the calculation for the previous month in generic d...Russell Keith-Magee
2011-01-15Fixed #15048 -- Modified a test case to avoid a known bug in Python 2.4's tim...Russell Keith-Magee
2010-11-23Fixed #14752 -- Corrected date parsing in WeekArchiveView when using %W as a ...Russell Keith-Magee
2010-10-18Fixed #6735 -- Added class-based views.Russell Keith-Magee