summaryrefslogtreecommitdiff
path: root/django/utils/timesince.py
AgeCommit message (Expand)Author
2015-06-04Fixed #19210 -- Added leap year support to django.utils.timesince()Raphael Michel
2015-03-04Moved definition of chunks out of timesince function.Benjamin Wohlwend
2013-11-02Correct flake8 E302 violationsRay Ashman Jr
2013-07-07Fixed #20711 -- Fixed broken link in timesince.py docstringSusanTan
2013-05-18Fixed #20246 -- Added non-breaking spaces between values an unitsEmil Stenstròˆm
2013-02-06Fixed #19704 -- Make use of new ungettext_lazy function at appropriate placesAlexey Boriskin
2012-06-07Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.Claude Paroz
2012-03-22Fixed #17937 -- Avoided an error in the timeuntil filter when it receives a d...Aymeric Augustin
2011-11-18Added support for time zones. Thanks Luke Plant for the review. Fixed #2626.Aymeric Augustin
2011-07-13Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t...Jannis Leidel
2009-03-30Fixed #9065 -- Fixed the `timesince` and `timeuntil` template tags to work wh...Gary Wilson Jr
2008-08-28Fixed #8637: fixed timeuntil and date values.Jacob Kaplan-Moss
2008-08-26Fixed #7201 -- Fixed the timeuntil filter to work correctly with timezone-awareMalcolm Tredinnick
2007-09-17Removed unused import.Gary Wilson Jr
2007-09-17Fixed #2675 -- Changed the `timeuntil` and `timesince` template filters to di...Gary Wilson Jr
2007-07-12Fixed #4768 -- Converted timesince and dateformat to use explicit floor divis...Russell Keith-Magee
2007-07-04Merged Unicode branch into trunk (r4952:5608). This should be fullyMalcolm Tredinnick
2007-04-25Fixed #4137 -- Added translation markup to a couple of missed strings. Thanks,Malcolm Tredinnick
2006-06-21Fixed #2163 -- Corrected typo when handling datetimes with timezones in the t...Malcolm Tredinnick
2006-06-21Fixed #2053 -- added an optional comparison argument to the "timesince" filter.Malcolm Tredinnick
2006-05-02MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...Adrian Holovaty
2006-02-23Fixed #1385 -- Allowed timesince filter to accept datetime.date objects. Than...Adrian Holovaty
2006-01-01Fixed #1145 -- Added unit tests for default template filters and fixed two bu...Adrian Holovaty
2005-12-09Fixed #977 -- Fixed timesince() utility. Thanks, pgross@thoughtworks.comAdrian Holovaty
2005-11-23Fixed #886 -- timesince utility now supports microseconds. Thanks, Aaron SwartzAdrian Holovaty
2005-11-22added translation hooks to timesince and updated message files to reflect the...Georg Bauer
2005-10-22Fixed #479 -- Implemented time-zone formats in dateformat. Thanks, SuneAdrian Holovaty
2005-07-13Imported Django from private SVN repository (created from r. 8825)Adrian Holovaty