Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/utils/dateparse.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #24897 -- Allowed using choices longer than 1 day w...zauddelig2015-06-021-1/+1
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-2/+2
* Fixed #2443 -- Added DurationField.Marc Tamlyn2014-12-201-0/+41
* Fixed #23968 -- Replaced list comprehension with generato...Jon Dufresne2014-12-081-3/+3
* Fixed #22814 -- Allowed ISO-8601 [+-]hh timezone format i...Richard Eames2014-06-121-2/+3
* Correct flake8 E302 violationsRay Ashman Jr2013-11-031-0/+2
* Refactored code and tests that relied on django.utils.tzi...Aymeric Augustin2013-09-091-4/+5
* Fixed #18728 -- Made colon optional in tzinfoAymeric Augustin2012-08-191-7/+7
* Removed an inaccurate statementAymeric Augustin2012-08-191-4/+0
* [py3] Fixed access to dict keys/values/items.Aymeric Augustin2012-08-071-3/+4
* Negligible spacing cleanup in utils/dateparse.pyAdrian Holovaty2011-12-171-27/+19
* Added support for time zones. Thanks Luke Plant for the r...Aymeric Augustin2011-11-181-0/+93