summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/5.1.1.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/releases/5.1.1.txt b/docs/releases/5.1.1.txt
index f307b2a0ee..25c0b4c297 100644
--- a/docs/releases/5.1.1.txt
+++ b/docs/releases/5.1.1.txt
@@ -9,4 +9,6 @@ Django 5.1.1 fixes several bugs in 5.1.
Bugfixes
========
-* ...
+* Fixed a regression in Django 5.1 that caused a crash of ``Window()`` when
+ passing an empty sequence to the ``order_by`` parameter, and a crash of
+ ``Prefetch()`` for a sliced queryset without ordering (:ticket:`35665`).