index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
utils
/
timesince.py
Age
Commit message (
Expand
)
Author
2008-08-28
Fixed #8637: fixed timeuntil and date values.
Jacob Kaplan-Moss
2008-08-26
Fixed #7201 -- Fixed the timeuntil filter to work correctly with timezone-aware
Malcolm Tredinnick
2007-09-17
Removed unused import.
Gary Wilson Jr
2007-09-17
Fixed #2675 -- Changed the `timeuntil` and `timesince` template filters to di...
Gary Wilson Jr
2007-07-12
Fixed #4768 -- Converted timesince and dateformat to use explicit floor divis...
Russell Keith-Magee
2007-07-04
Merged Unicode branch into trunk (r4952:5608). This should be fully
Malcolm Tredinnick
2007-04-25
Fixed #4137 -- Added translation markup to a couple of missed strings. Thanks,
Malcolm Tredinnick
2006-06-21
Fixed #2163 -- Corrected typo when handling datetimes with timezones in the t...
Malcolm Tredinnick
2006-06-21
Fixed #2053 -- added an optional comparison argument to the "timesince" filter.
Malcolm Tredinnick
2006-05-02
MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...
Adrian Holovaty
2006-02-23
Fixed #1385 -- Allowed timesince filter to accept datetime.date objects. Than...
Adrian Holovaty
2006-01-01
Fixed #1145 -- Added unit tests for default template filters and fixed two bu...
Adrian Holovaty
2005-12-09
Fixed #977 -- Fixed timesince() utility. Thanks, pgross@thoughtworks.com
Adrian Holovaty
2005-11-23
Fixed #886 -- timesince utility now supports microseconds. Thanks, Aaron Swartz
Adrian Holovaty
2005-11-22
added translation hooks to timesince and updated message files to reflect the...
Georg Bauer
2005-10-22
Fixed #479 -- Implemented time-zone formats in dateformat. Thanks, Sune
Adrian Holovaty
2005-07-13
Imported Django from private SVN repository (created from r. 8825)
Adrian Holovaty