diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2016-12-27 15:29:11 +0100 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2016-12-27 09:29:47 -0500 |
| commit | 25e8222615f75e55673dd7a54aa50b77762b6f8c (patch) | |
| tree | 0afdf14e1a4b67917f00b866623789d5f4e05e4b /docs | |
| parent | 1c9f49e80f08f8b2ee2f33bd56bd3d9395feab70 (diff) | |
[1.10.x] Fixed #27637 -- Fixed timesince, timeuntil in leap year edge case.
Backport of 3e5c5e6754648590e87725b66d11d283079728e6 from master
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.10.5.txt | 3 | ||||
| -rw-r--r-- | docs/releases/1.9.13.txt | 13 | ||||
| -rw-r--r-- | docs/releases/index.txt | 1 |
3 files changed, 17 insertions, 0 deletions
diff --git a/docs/releases/1.10.5.txt b/docs/releases/1.10.5.txt index 381f956bc8..0c70fc04b5 100644 --- a/docs/releases/1.10.5.txt +++ b/docs/releases/1.10.5.txt @@ -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. diff --git a/docs/releases/1.9.13.txt b/docs/releases/1.9.13.txt new file mode 100644 index 0000000000..093b40f057 --- /dev/null +++ b/docs/releases/1.9.13.txt @@ -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. diff --git a/docs/releases/index.txt b/docs/releases/index.txt index 252ce39cf9..a53b9aa8b3 100644 --- a/docs/releases/index.txt +++ b/docs/releases/index.txt @@ -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 |
