summaryrefslogtreecommitdiff
path: root/tests/utils_tests/test_datetime_safe.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-16/+36
* Fixed #32738 -- Deprecated django.utils.datetime_safe module.Nick Pope2021-05-121-2/+5
* Refs #32738, Refs #29600, Refs #29595 -- Removed unused django.utils.datetime...Nick Pope2021-05-121-12/+2
* Refs #29600 -- Updated django.utils.datetime_safe now that Python 2 is unsupp...Tim Graham2018-08-021-10/+13
* Fixed imports per isort 4.3.1.Tim Graham2018-02-021-1/+2
* Fixed imports per isort 4.3.0.Mariusz Felisiak2018-02-011-2/+1
* Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.za2016-11-101-1/+1
* Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić2015-09-121-5/+15
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-1/+4
* Fixed #23998 -- Added datetime.time support to migrations questioner.Oscar Ramirez2014-12-221-2/+7
* Fixing E302 ErrorsJason Myers2013-11-021-0/+1
* Modified utils_tests for unittest2 discovery.Preston Timmons2013-04-121-0/+42