Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/utils/datetime_safe.py
Commit message (Expand)AuthorAgeFilesLines
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-1/+3
* Fixed #23998 -- Added datetime.time support to migrations...Oscar Ramirez2014-12-221-4/+8
* Fixed all E226 violationsAlex Gaynor2013-11-031-3/+3
* Correct flake8 E302 violationsRay Ashman Jr2013-11-031-0/+4
* More attacking E302 violatorsAlex Gaynor2013-11-021-0/+2
* Fixed E225 pep8 warnings.Tim Graham2013-10-231-1/+1
* Fixed #21256 -- Error in datetime_safe.datetime.combine.Aymeric Augustin2013-10-131-2/+5
* Fixed #12524 -- Clarified handling of pre-1000AD dates in...Russell Keith-Magee2010-02-131-2/+2
* Fixed #1443 -- Django's various bits now support dates be...Adrian Holovaty2008-07-181-0/+89