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
/
django
/
utils
/
datetime_safe.py
Age
Commit message (
Expand
)
Author
2022-10-31
Used more augmented assignment statements.
Nick Pope
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2021-05-12
Fixed #32738 -- Deprecated django.utils.datetime_safe module.
Nick Pope
2021-05-12
Refs #32738, Refs #29600, Refs #29595 -- Removed unused django.utils.datetime...
Nick Pope
2020-05-11
Refs #30116 -- Simplified regex match group access with Match.__getitem__().
Jon Dufresne
2020-04-27
Removed unnecessary tuple wrapping of single format string argument.
François Freitag
2019-10-29
Fixed #30899 -- Lazily compiled import time regular expressions.
Hasan Ramezani
2018-08-02
Refs #29600 -- Updated django.utils.datetime_safe now that Python 2 is unsupp...
Tim Graham
2018-01-08
Improved readability of utils.datetime_safe._findall().
Srinivas Reddy Thatiparthy
2016-11-14
Fixed E305 flake8 warnings.
Ramin Farajpour Cami
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2014-12-22
Fixed #23998 -- Added datetime.time support to migrations questioner.
Oscar Ramirez
2013-11-03
Fixed all E226 violations
Alex Gaynor
2013-11-02
Correct flake8 E302 violations
Ray Ashman Jr
2013-11-02
More attacking E302 violators
Alex Gaynor
2013-10-23
Fixed E225 pep8 warnings.
Tim Graham
2013-10-13
Fixed #21256 -- Error in datetime_safe.datetime.combine.
Aymeric Augustin
2010-02-13
Fixed #12524 -- Clarified handling of pre-1000AD dates in datetime_safe (and ...
Russell Keith-Magee
2008-07-18
Fixed #1443 -- Django's various bits now support dates before 1900. Thanks to...
Adrian Holovaty