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
/
utils_tests
/
test_dateformat.py
Age
Commit message (
Expand
)
Author
2025-02-18
Refs #36005 -- Used datetime.UTC alias instead of datetime.timezone.utc.
Mariusz Felisiak
2024-01-04
Used enterClassContext() where appropriate.
Mariusz Felisiak
2023-12-31
Used addCleanup() in tests where appropriate.
Mariusz Felisiak
2023-01-17
Refs #32365 -- Removed support for pytz timezones per deprecation timeline.
Mariusz Felisiak
2023-01-05
Added support for datetime.date to DateFormat.r().
Nick Pope
2022-03-24
Refs #32365 -- Removed internal uses of utils.timezone.utc alias.
Carlton Gibson
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2021-07-13
Completed test coverage for django.utils.dateformat.
Nick Pope
2021-07-13
Used subTest() in utils_tests.test_dateformat.
Nick Pope
2021-05-12
Fixed #32366 -- Updated datetime module usage to recommended approach.
Nick Pope
2021-05-12
Fixed #32735 -- Made DateFormat.Y() return a zero-padded year.
Nick Pope
2020-11-12
Simplified TimeFormat.g().
Nick Pope
2020-11-12
Fixed #32149 -- Added support for years < 1000 to DateFormat.y().
Sam
2019-11-22
Fixed #9762 -- Made DateFormat.r() locale-independent.
Baptiste Mispelon
2019-11-22
Refs #26281 -- Added a helpful error message for an invalid "r" specifier to ...
Baptiste Mispelon
2019-11-18
Refs #30990 -- Added test for 'z' date format with a leap year.
Baptiste Mispelon
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2016-10-27
Fixed #27327 -- Simplified time zone handling by requiring pytz.
Tim Graham
2016-04-20
Fixed #26281 -- Added a helpful error message for an invalid format specifier...
Marko Benko
2016-01-05
Skipped a dateformat test on Windows as needed.
Tim Graham
2015-11-07
Fixed debug view crash during autumn DST change.
Aymeric Augustin
2015-05-20
Refs #24652 -- Used SimpleTestCase where appropriate.
Simon Charette
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2014-01-12
Fixed #21756 -- Skipped two timezone-related tests on Windows.
Aymeric Augustin
2013-12-23
Imported override_settings from its new location.
Aymeric Augustin
2013-09-10
Fixed test that fails when pytz is installed.
Aymeric Augustin
2013-09-09
Refactored code and tests that relied on django.utils.tzinfo.
Aymeric Augustin
2013-08-26
Fixed #20693 -- Add timezone support to built-in time filter.
Warren Smith
2013-07-01
Fixed a few more imports of django.utils.unittest.
Aymeric Augustin
2013-04-12
Modified utils_tests for unittest2 discovery.
Preston Timmons