summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorvinay karanam <vinayinvicible@users.noreply.github.com>2017-01-02 19:10:44 +0530
committerTim Graham <timograham@gmail.com>2017-01-02 08:40:59 -0500
commitb0eee991e875656f81efaeb620a8642c02078770 (patch)
treec644411036ff00ceee03d701636ab58e6322afcc /docs
parent5ae186812c04ebe04f1205e72d76b8bcb509033e (diff)
[1.10.x] Refs #27637 -- Fixed timesince, timeuntil on New Year's Eve in a leap year.
Backport of 6128c1736de98d8ab22829184409731b030cbff5 from master
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.10.5.txt2
-rw-r--r--docs/releases/1.9.13.txt2
2 files changed, 2 insertions, 2 deletions
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`).