summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2019-08-14 15:25:35 +0200
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2019-08-14 15:58:10 +0200
commit473c526b1b014e73e139665db2ddbbcee23bb826 (patch)
treebd9122b6fafc0c2a410a6521dd8223e4c7d8d31d /docs
parent3deda1f680ef34a753f6d872813737f363cb4886 (diff)
[1.11.x] Fixed #30672 -- Fixed crash of JSONField/HStoreField key transforms on expressions with params.
Regression in 4f5b58f5cd3c57fee9972ab074f8dc6895d8f387. Thanks Florian Apolloner for the report and helping with tests. Backport of 1f8382d34d54061eddc41df6994e20ee38c60907 from master.
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