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