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

Fixed #27637 -- Fixed timesince, timeuntil in leap year edge case.

This commit is contained in:
Mariusz Felisiak
2016-12-27 15:29:11 +01:00
committed by Tim Graham
parent cd7efa2033
commit 3e5c5e6754
5 changed files with 30 additions and 2 deletions

View File

@@ -14,3 +14,6 @@ Bugfixes
* Fixed occasional missing plural forms in ``JavaScriptCatalog``
(:ticket:`27418`).
* Fixed a regression in the ``timesince`` and ``timeuntil`` filters that caused
incorrect results for dates in a leap year.