index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
regressiontests
/
generic_views
/
dates.py
Age
Commit message (
Expand
)
Author
2012-09-22
Fixed #16218 -- date_list order in generic CBVs.
Aymeric Augustin
2012-08-18
Fixed #3542 -- Add support for changing granularity on ArchiveView.
Marc Tamlyn
2012-08-11
Decorated some tests that require tz support.
Karen Tracey
2012-08-11
[py3] Various minor syntax fixes in the test suite
Claude Paroz
2012-05-24
Fixed #18353 -- Inconsistency in date-based CBVs.
Aymeric Augustin
2012-05-20
Fixed #18354 -- Performance issue in CBV.
Aymeric Augustin
2012-05-17
Added a test for DayArchiveView. Refs #17192.
Aymeric Augustin
2012-05-14
Fixed #10890: added prev/next_week in the context
Aymeric Augustin
2012-05-03
Used catch_warnings instead of save/restore methods. Refs #17049.
Claude Paroz
2012-05-01
Fixed tests for date-based generic views.
Aymeric Augustin
2012-04-30
Fixed #18217 -- Time zone support in generic views
Aymeric Augustin
2012-04-10
Fixed #18087 -- Prevented date-based generic views from loading entire tables...
Aymeric Augustin
2012-01-01
Fixed #17488 -- This test passed in 2011 only because 2012-01-01 is a Sunday....
Aymeric Augustin
2011-10-13
Convert the remainder of the relative imports in the tests to be absolute imp...
Alex Gaynor
2011-10-13
Fixed #16918 -- Ensured that custom querysets are used when provided to `Base...
Julien Phalip
2011-08-12
Fixed #16584 -- Fixed a bunch of typos in code comments. Thanks, Bernhard Essl.
Jannis Leidel
2011-07-13
Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t...
Jannis Leidel
2011-04-22
Fixed #15698 -- Fixed inconsistant handling of context_object_name in paginat...
Jannis Leidel
2011-02-14
Fixed #15272 -- Altered generic views to use the guaranteed untranslated obje...
Russell Keith-Magee
2011-02-06
Fixed #14711 -- Corrected the calculation for the previous month in generic d...
Russell Keith-Magee
2011-01-15
Fixed #15048 -- Modified a test case to avoid a known bug in Python 2.4's tim...
Russell Keith-Magee
2010-11-23
Fixed #14752 -- Corrected date parsing in WeekArchiveView when using %W as a ...
Russell Keith-Magee
2010-10-18
Fixed #6735 -- Added class-based views.
Russell Keith-Magee