From b0eee991e875656f81efaeb620a8642c02078770 Mon Sep 17 00:00:00 2001 From: vinay karanam Date: Mon, 2 Jan 2017 19:10:44 +0530 Subject: [1.10.x] Refs #27637 -- Fixed timesince, timeuntil on New Year's Eve in a leap year. Backport of 6128c1736de98d8ab22829184409731b030cbff5 from master --- docs/releases/1.10.5.txt | 2 +- docs/releases/1.9.13.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/releases/1.10.5.txt b/docs/releases/1.10.5.txt index 0c70fc04b5..5c9d40914b 100644 --- a/docs/releases/1.10.5.txt +++ b/docs/releases/1.10.5.txt @@ -16,4 +16,4 @@ Bugfixes (:ticket:`27418`). * Fixed a regression in the ``timesince`` and ``timeuntil`` filters that caused - incorrect results for dates in a leap year. + incorrect results for dates in a leap year (:ticket:`27637`). diff --git a/docs/releases/1.9.13.txt b/docs/releases/1.9.13.txt index 093b40f057..03ffd80400 100644 --- a/docs/releases/1.9.13.txt +++ b/docs/releases/1.9.13.txt @@ -10,4 +10,4 @@ Bugfixes ======== * Fixed a regression in the ``timesince`` and ``timeuntil`` filters that caused - incorrect results for dates in a leap year. + incorrect results for dates in a leap year (:ticket:`27637`). -- cgit v1.3