index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
generic_views
/
test_dates.py
Age
Commit message (
Expand
)
Author
2026-02-10
Modified tests to format PKs with %s rather than %d.
Tim Graham
2025-07-23
Refs #36500 -- Rewrapped long docstrings and block comments via a script.
django-bot
2025-02-18
Refs #36005 -- Used datetime.UTC alias instead of datetime.timezone.utc.
Mariusz Felisiak
2023-12-28
Removed unnecessary list() calls on sorted().
Christian Clauss
2022-03-24
Refs #32365 -- Removed internal uses of utils.timezone.utc alias.
Carlton Gibson
2022-02-07
Refs #33476 -- Refactored code to strictly match 88 characters line length.
Mariusz Felisiak
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2020-06-26
Fixed #31620 -- Added support for %V format to WeekMixin/WeekArchiveView.
Hasan Ramezani
2018-10-30
Increased test coverage of django/views/generic/dates.py.
Hasan Ramezani
2018-10-29
Fixed #29903 -- Added error message for invalid WeekArchiveView week_format.
Hasan Ramezani
2018-10-27
Added test coverage for views.generic.dates.MonthMixin.get_month() KeyError b...
Hasan Ramezani
2018-01-17
Improved generic detail view error message for when pk or slug is missing.
Vincent Poulailleau
2017-09-04
Fixed #28082 -- Made BaseDateListView pass context from get_dated_items() to ...
Sebastian Sassi
2017-07-29
Used assertRaisesMessage() to test Django's error messages.
Mads Jensen
2017-05-30
Fixed #28209 -- Made date-based generic views return a 404 rather than crash ...
Adit Biswas
2017-01-19
Refs #23919 -- Stopped inheriting from object to define new style classes.
Simon Charette
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2016-11-10
Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.
za
2016-06-16
Fixed #26747 -- Used more specific assertions in the Django test suite.
Jon Dufresne
2016-01-29
Refs #26022 -- Used context manager version of assertRaises in tests.
Hasan
2015-09-12
Fixed #23395 -- Limited line lengths to 119 characters.
Dražen Odobašić
2015-03-05
Converted test fixtures to setUpTestData methods
Josh Smeaton
2015-02-03
Fixed #24263 -- Prevented extra queries on BaseDateDetailView with a custom q...
Tim Graham
2014-11-03
Fixed #23620 -- Used more specific assertions in the Django test suite.
Berker Peksag
2014-08-15
Fixed #18355 -- Added ordering options to list based generic views.
Peter Harley
2014-08-12
Updated tests for added newlines in 68686430638215b5405b20bd767c0be392c9221d.
Tim Graham
2014-04-06
Fixed #21977 -- Deprecated SimpleTestCase.urls
Anubhav Joshi
2013-12-23
Imported override_settings from its new location.
Aymeric Augustin
2013-11-02
PEP8 cleanup
Jason Myers
2013-10-26
Fix all violators of E231
Alex Gaynor
2013-10-19
Removed unused local variables in tests.
Tim Graham
2013-10-18
Fixed #21268 -- Fixed E303 pep8 warnings
Alasdair Nicol
2013-10-01
Factorized requires_tz_support decorator in test utils
Claude Paroz
2013-07-29
Removed most of absolute_import imports
Claude Paroz
2013-07-01
Stopped using django.utils.unittest in the test suite.
Aymeric Augustin
2013-04-12
Modified generic_views for unittest2 discovery.
Preston Timmons