index
:
chango.git
devmain
fix-31295
initial-branch
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_datetime_safe.py
Age
Commit message (
Expand
)
Author
2023-01-17
Refs #32738 -- Removed django.utils.datetime_safe module per deprecation time...
Mariusz Felisiak
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
2018-08-02
Refs #29600 -- Updated django.utils.datetime_safe now that Python 2 is unsupp...
Tim Graham
2018-02-02
Fixed imports per isort 4.3.1.
Tim Graham
2018-02-01
Fixed imports per isort 4.3.0.
Mariusz Felisiak
2016-11-10
Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.
za
2015-09-12
Fixed #23395 -- Limited line lengths to 119 characters.
Dražen Odobašić
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-02
Fixing E302 Errors
Jason Myers
2013-04-12
Modified utils_tests for unittest2 discovery.
Preston Timmons