summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2016-12-27 15:29:11 +0100
committerTim Graham <timograham@gmail.com>2016-12-27 09:32:23 -0500
commit50830aa1d93a1a703a5c2c546f730c1afb3f4a0a (patch)
treef458b78ce11de03758b71a331cb12abbef51a095 /docs
parent7418690bf71da5ce9b6bdab6086515c2763b5820 (diff)
[1.9.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.9.13.txt13
-rw-r--r--docs/releases/index.txt1
2 files changed, 14 insertions, 0 deletions
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 a628ee1875..82288e159f 100644
--- a/docs/releases/index.txt
+++ b/docs/releases/index.txt
@@ -25,6 +25,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