mirror of
https://github.com/django/django.git
synced 2025-10-27 07:36:08 +00:00
[1.10.x] Fixed #27637 -- Fixed timesince, timeuntil in leap year edge case.
Backport of 3e5c5e6754 from master
This commit is contained in:
committed by
Tim Graham
parent
1c9f49e80f
commit
25e8222615
@@ -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.
|
||||
|
||||
13
docs/releases/1.9.13.txt
Normal file
13
docs/releases/1.9.13.txt
Normal file
@@ -0,0 +1,13 @@
|
||||
===========================
|
||||
Django 1.9.13 release notes
|
||||
===========================
|
||||
|
||||
*Under development*
|
||||
|
||||
Django 1.9.13 fixes a bug in 1.9.12.
|
||||
|
||||
Bugfixes
|
||||
========
|
||||
|
||||
* Fixed a regression in the ``timesince`` and ``timeuntil`` filters that caused
|
||||
incorrect results for dates in a leap year.
|
||||
@@ -37,6 +37,7 @@ versions of the documentation contain the release notes for any later releases.
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
|
||||
1.9.13
|
||||
1.9.12
|
||||
1.9.11
|
||||
1.9.10
|
||||
|
||||
Reference in New Issue
Block a user