summaryrefslogtreecommitdiff
path: root/docs/releases/1.11.25.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/releases/1.11.25.txt')
-rw-r--r--docs/releases/1.11.25.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/releases/1.11.25.txt b/docs/releases/1.11.25.txt
index 4195e8cbe0..0e9e2d7ee5 100644
--- a/docs/releases/1.11.25.txt
+++ b/docs/releases/1.11.25.txt
@@ -9,4 +9,6 @@ Django 1.11.25 fixes a regression in 1.11.23.
Bugfixes
========
-* ...
+* Fixed a crash when filtering with a ``Subquery()`` annotation of a queryset
+ containing :class:`~django.contrib.postgres.fields.JSONField` or
+ :class:`~django.contrib.postgres.fields.HStoreField` (:ticket:`30769`).