Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/utils/timesince.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #19210 -- Added leap year support to django.utils.t...Raphael Michel2015-06-051-0/+5
* Moved definition of chunks out of timesince function.Benjamin Wohlwend2015-03-041-11/+12
* Correct flake8 E302 violationsRay Ashman Jr2013-11-031-0/+2
* Fixed #20711 -- Fixed broken link in timesince.py docstringSusanTan2013-07-071-1/+2
* Fixed #20246 -- Added non-breaking spaces between values ...Emil Stenstròˆm2013-05-181-3/+4
* Fixed #19704 -- Make use of new ungettext_lazy function a...Alexey Boriskin2013-02-061-11/+11
* Fixed #18269 -- Applied unicode_literals for Python 3 com...Claude Paroz2012-06-071-1/+3
* Fixed #17937 -- Avoided an error in the timeuntil filter ...Aymeric Augustin2012-03-221-5/+3
* Added support for time zones. Thanks Luke Plant for the r...Aymeric Augustin2011-11-181-11/+5
* Fixed #16225 -- Removed unused imports. Many thanks to Ay...Jannis Leidel2011-07-131-1/+0
* Fixed #9065 -- Fixed the `timesince` and `timeuntil` temp...Gary Wilson Jr2009-03-301-2/+4
* Fixed #8637: fixed timeuntil and date values.Jacob Kaplan-Moss2008-08-281-1/+1
* Fixed #7201 -- Fixed the timeuntil filter to work correct...Malcolm Tredinnick2008-08-261-11/+11
* Removed unused import.Gary Wilson Jr2007-09-171-1/+3
* Fixed #2675 -- Changed the `timeuntil` and `timesince` te...Gary Wilson Jr2007-09-171-2/+12
* Fixed #4768 -- Converted timesince and dateformat to use ...Russell Keith-Magee2007-07-121-4/+2
* Merged Unicode branch into trunk (r4952:5608). This shoul...Malcolm Tredinnick2007-07-041-10/+10
* Fixed #4137 -- Added translation markup to a couple of mi...Malcolm Tredinnick2007-04-251-4/+4
* Fixed #2163 -- Corrected typo when handling datetimes wit...Malcolm Tredinnick2006-06-211-1/+1
* Fixed #2053 -- added an optional comparison argument to t...Malcolm Tredinnick2006-06-211-2/+3
* MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is high...Adrian Holovaty2006-05-021-0/+1
* Fixed #1385 -- Allowed timesince filter to accept datetim...Adrian Holovaty2006-02-231-1/+4
* Fixed #1145 -- Added unit tests for default template filt...Adrian Holovaty2006-01-011-2/+4
* Fixed #977 -- Fixed timesince() utility. Thanks, pgross@t...Adrian Holovaty2005-12-091-3/+3
* Fixed #886 -- timesince utility now supports microseconds...Adrian Holovaty2005-11-231-1/+3
* added translation hooks to timesince and updated message ...Georg Bauer2005-11-221-18/+12
* Fixed #479 -- Implemented time-zone formats in dateformat...Adrian Holovaty2005-10-221-5/+13
* Imported Django from private SVN repository (created from...Adrian Holovaty2005-07-131-0/+46