summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRaphael Michel <mail@raphaelmichel.de>2015-06-05 00:46:52 +0200
committerTim Graham <timograham@gmail.com>2015-06-04 21:36:12 -0400
commit6700c909358d2ff9ff96f28dbc549906d8d32206 (patch)
tree3d07c68c5c54b263ab963237ed064f21ba81b5a8 /docs
parent0207bdd2d4157c542c981264c86706b78ca246e9 (diff)
Fixed #19210 -- Added leap year support to django.utils.timesince()
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.9.txt3
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
^^^^^^^^^^^^^^^^^^^^^^