From 6700c909358d2ff9ff96f28dbc549906d8d32206 Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Fri, 5 Jun 2015 00:46:52 +0200 Subject: Fixed #19210 -- Added leap year support to django.utils.timesince() --- docs/releases/1.9.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') 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 `. +* The ``timesince`` and ``timeuntil`` filters were improved to deal with leap + years when given large time spans. + Requests and Responses ^^^^^^^^^^^^^^^^^^^^^^ -- cgit v1.3