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:
committed by
Tim Graham
parent
26c9f529c9
commit
6128c1736d
@@ -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`).
|
||||
|
||||
@@ -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`).
|
||||
|
||||
Reference in New Issue
Block a user