summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/3.0.1.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/releases/3.0.1.txt b/docs/releases/3.0.1.txt
index cdfdc33e40..e5ec2c70d5 100644
--- a/docs/releases/3.0.1.txt
+++ b/docs/releases/3.0.1.txt
@@ -17,3 +17,8 @@ Bugfixes
* Fixed a regression in Django 3.0 where ``RegexPattern``, used by
:func:`~django.urls.re_path`, returned positional arguments to be passed to
the view when all optional named groups were missing (:ticket:`31061`).
+
+* Reallowed, following a regression in Django 3.0,
+ :class:`~django.db.models.expressions.Window` expressions to be used in
+ conditions outside of queryset filters, e.g. in
+ :class:`~django.db.models.expressions.When` conditions (:ticket:`31060`).