summaryrefslogtreecommitdiff
path: root/tests/generic_views/test_dates.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #32365 -- Removed internal uses of utils.timezone.utc alias.Carlton Gibson2022-03-241-13/+36
* Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak2022-02-071-5/+10
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-324/+442
* Fixed #31620 -- Added support for %V format to WeekMixin/WeekArchiveView.Hasan Ramezani2020-06-261-1/+20
* Increased test coverage of django/views/generic/dates.py.Hasan Ramezani2018-10-301-0/+10
* Fixed #29903 -- Added error message for invalid WeekArchiveView week_format.Hasan Ramezani2018-10-291-0/+4
* Added test coverage for views.generic.dates.MonthMixin.get_month() KeyError b...Hasan Ramezani2018-10-271-0/+14
* Improved generic detail view error message for when pk or slug is missing.Vincent Poulailleau2018-01-171-1/+5
* Fixed #28082 -- Made BaseDateListView pass context from get_dated_items() to ...Sebastian Sassi2017-09-041-0/+17
* Used assertRaisesMessage() to test Django's error messages.Mads Jensen2017-07-291-1/+5
* Fixed #28209 -- Made date-based generic views return a 404 rather than crash ...Adit Biswas2017-05-301-0/+12
* Refs #23919 -- Stopped inheriting from object to define new style classes.Simon Charette2017-01-191-1/+1
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-181-3/+0
* Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.za2016-11-101-3/+2
* Fixed #26747 -- Used more specific assertions in the Django test suite.Jon Dufresne2016-06-161-10/+10
* Refs #26022 -- Used context manager version of assertRaises in tests.Hasan2016-01-291-2/+4
* Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić2015-09-121-11/+44
* Converted test fixtures to setUpTestData methodsJosh Smeaton2015-03-051-22/+34
* Fixed #24263 -- Prevented extra queries on BaseDateDetailView with a custom q...Tim Graham2015-02-031-0/+4
* Fixed #23620 -- Used more specific assertions in the Django test suite.Berker Peksag2014-11-031-1/+1
* Fixed #18355 -- Added ordering options to list based generic views.Peter Harley2014-08-151-0/+36
* Updated tests for added newlines in 68686430638215b5405b20bd767c0be392c9221d.Tim Graham2014-08-121-1/+1
* Fixed #21977 -- Deprecated SimpleTestCase.urlsAnubhav Joshi2014-04-061-6/+6
* Imported override_settings from its new location.Aymeric Augustin2013-12-231-2/+2
* PEP8 cleanupJason Myers2013-11-021-1/+2
* Fix all violators of E231Alex Gaynor2013-10-261-4/+4
* Removed unused local variables in tests.Tim Graham2013-10-191-2/+2
* Fixed #21268 -- Fixed E303 pep8 warningsAlasdair Nicol2013-10-181-1/+0
* Factorized requires_tz_support decorator in test utilsClaude Paroz2013-10-011-14/+1
* Removed most of absolute_import importsClaude Paroz2013-07-291-1/+1
* Stopped using django.utils.unittest in the test suite.Aymeric Augustin2013-07-011-1/+1
* Modified generic_views for unittest2 discovery.Preston Timmons2013-04-121-0/+638