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
2025-07-23
Refs #36500 -- Rewrapped long docstrings and block comments via a script.
django-bot
2025-07-23
Removed double spaces after periods and within phrases.
Sarah Boyce
2023-04-14
Refs #34483 -- Fixed timesince()/timeuntil() with timezone-aware dates on dif...
Mariusz Felisiak
2023-04-13
Fixed #34483 -- Fixed timesince()/timeuntil() with timezone-aware dates and i...
nessita
2023-01-11
Refs #33879 -- Fixed plural value deprecation warnings.
Mariusz Felisiak
2023-01-05
Fixed #34243 -- Fixed timesince() crash with timezone-aware dates and interva...
sage
2023-01-04
Fixed #33879 -- Improved timesince handling of long intervals.
GianpaoloBranca
2022-03-24
Refs #32365 -- Removed internal uses of utils.timezone.utc alias.
Carlton Gibson
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2021-04-10
Fixed #31937 -- Eased translation of time strings in some languages.
Claude Paroz
2020-07-16
Fixed #31623 -- Allowed specifying number of adjacent time units in timesince...
Tim Park
2019-10-28
Fixed #30918 -- Made timesince()/timeuntil() respect custom time strings for ...
Hasan Ramezani
2018-09-26
Refs #29784 -- Switched to https:// links where available.
Jon Dufresne
2018-05-10
Fixed #21408 — German Translation for “3 days ago”
Maximilian Merz
2018-01-03
Fixed #28982 -- Simplified code with and/or.
Дилян Палаузов
2017-02-11
Refs #27656 -- Updated django.utils docstring verbs according to PEP 257.
Anton Samarchyan
2017-02-07
Converted usage of ugettext* functions to their gettext* aliases
Claude Paroz
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2017-01-02
Refs #27637 -- Fixed timesince, timeuntil on New Year's Eve in a leap year.
vinay karanam
2016-12-27
Fixed #27637 -- Fixed timesince, timeuntil in leap year edge case.
Mariusz Felisiak
2015-06-04
Fixed #19210 -- Added leap year support to django.utils.timesince()
Raphael Michel
2015-03-04
Moved definition of chunks out of timesince function.
Benjamin Wohlwend
2013-11-02
Correct flake8 E302 violations
Ray Ashman Jr
2013-07-07
Fixed #20711 -- Fixed broken link in timesince.py docstring
SusanTan
2013-05-18
Fixed #20246 -- Added non-breaking spaces between values an units
Emil Stenström
2013-02-06
Fixed #19704 -- Make use of new ungettext_lazy function at appropriate places
Alexey Boriskin
2012-06-07
Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.
Claude Paroz
2012-03-22
Fixed #17937 -- Avoided an error in the timeuntil filter when it receives a d...
Aymeric Augustin
2011-11-18
Added support for time zones. Thanks Luke Plant for the review. Fixed #2626.
Aymeric Augustin
2011-07-13
Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t...
Jannis Leidel
2009-03-30
Fixed #9065 -- Fixed the `timesince` and `timeuntil` template tags to work wh...
Gary Wilson Jr
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