1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Refs #27637 -- Fixed timesince, timeuntil on New Year's Eve in a leap year.

This commit is contained in:
vinay karanam
2017-01-02 19:10:44 +05:30
committed by Tim Graham
parent 26c9f529c9
commit 6128c1736d
4 changed files with 13 additions and 4 deletions

View File

@@ -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`).

View File

@@ -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`).