summaryrefslogtreecommitdiff
path: root/tests/utils_tests/test_dateformat.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #32365 -- Removed support for pytz timezones per deprecation timeline.Mariusz Felisiak2023-01-171-2/+1
* Added support for datetime.date to DateFormat.r().Nick Pope2023-01-051-1/+9
* Refs #32365 -- Removed internal uses of utils.timezone.utc alias.Carlton Gibson2022-03-241-9/+4
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-111/+129
* Completed test coverage for django.utils.dateformat.Nick Pope2021-07-131-16/+79
* Used subTest() in utils_tests.test_dateformat.Nick Pope2021-07-131-35/+50
* Fixed #32366 -- Updated datetime module usage to recommended approach.Nick Pope2021-05-121-2/+2
* Fixed #32735 -- Made DateFormat.Y() return a zero-padded year.Nick Pope2021-05-121-1/+5
* Simplified TimeFormat.g().Nick Pope2020-11-121-0/+16
* Fixed #32149 -- Added support for years < 1000 to DateFormat.y().Sam2020-11-121-0/+13
* Fixed #9762 -- Made DateFormat.r() locale-independent.Baptiste Mispelon2019-11-221-1/+10
* Refs #26281 -- Added a helpful error message for an invalid "r" specifier to ...Baptiste Mispelon2019-11-221-1/+1
* Refs #30990 -- Added test for 'z' date format with a leap year.Baptiste Mispelon2019-11-181-0/+3
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-181-2/+0
* Fixed #27327 -- Simplified time zone handling by requiring pytz.Tim Graham2016-10-271-15/+6
* Fixed #26281 -- Added a helpful error message for an invalid format specifier...Marko Benko2016-04-201-0/+11
* Skipped a dateformat test on Windows as needed.Tim Graham2016-01-051-0/+3
* Fixed debug view crash during autumn DST change.Aymeric Augustin2015-11-071-0/+17
* Refs #24652 -- Used SimpleTestCase where appropriate.Simon Charette2015-05-201-2/+2
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-4/+5
* Fixed #21756 -- Skipped two timezone-related tests on Windows.Aymeric Augustin2014-01-121-5/+4
* Imported override_settings from its new location.Aymeric Augustin2013-12-231-2/+1
* Fixed test that fails when pytz is installed.Aymeric Augustin2013-09-101-3/+4
* Refactored code and tests that relied on django.utils.tzinfo.Aymeric Augustin2013-09-091-27/+13
* Fixed #20693 -- Add timezone support to built-in time filter.Warren Smith2013-08-261-4/+7
* Fixed a few more imports of django.utils.unittest.Aymeric Augustin2013-07-011-1/+3
* Modified utils_tests for unittest2 discovery.Preston Timmons2013-04-121-0/+144