summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.11.24.txt15
-rw-r--r--docs/releases/index.txt1
2 files changed, 16 insertions, 0 deletions
diff --git a/docs/releases/1.11.24.txt b/docs/releases/1.11.24.txt
new file mode 100644
index 0000000000..3013c866d0
--- /dev/null
+++ b/docs/releases/1.11.24.txt
@@ -0,0 +1,15 @@
+============================
+Django 1.11.24 release notes
+============================
+
+*Expected September 2, 2019*
+
+Django 1.11.24 fixes a regression in 1.11.23.
+
+Bugfixes
+========
+
+* Fixed crash of ``KeyTransform()`` for
+ :class:`~django.contrib.postgres.fields.JSONField` and
+ :class:`~django.contrib.postgres.fields.HStoreField` when using on
+ expressions with params (:ticket:`30672`).
diff --git a/docs/releases/index.txt b/docs/releases/index.txt
index f6b0dccb7d..de3883409c 100644
--- a/docs/releases/index.txt
+++ b/docs/releases/index.txt
@@ -26,6 +26,7 @@ versions of the documentation contain the release notes for any later releases.
.. toctree::
:maxdepth: 1
+ 1.11.24
1.11.23
1.11.22
1.11.21