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:
committed by
Tim Graham
parent
cd7efa2033
commit
3e5c5e6754
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user