diff options
| author | Raphael Michel <mail@raphaelmichel.de> | 2015-06-05 00:46:52 +0200 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-06-04 21:36:12 -0400 |
| commit | 6700c909358d2ff9ff96f28dbc549906d8d32206 (patch) | |
| tree | 3d07c68c5c54b263ab963237ed064f21ba81b5a8 /docs | |
| parent | 0207bdd2d4157c542c981264c86706b78ca246e9 (diff) | |
Fixed #19210 -- Added leap year support to django.utils.timesince()
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.9.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/1.9.txt b/docs/releases/1.9.txt index ecd2af6ddc..e06946aaa6 100644 --- a/docs/releases/1.9.txt +++ b/docs/releases/1.9.txt @@ -297,6 +297,9 @@ Templates the ability to register libraries and builtins explicitly through the template :setting:`OPTIONS <TEMPLATES-OPTIONS>`. +* The ``timesince`` and ``timeuntil`` filters were improved to deal with leap + years when given large time spans. + Requests and Responses ^^^^^^^^^^^^^^^^^^^^^^ |
