From 43d3f5e2fab950f1aa7d5c678dfd75a374622041 Mon Sep 17 00:00:00 2001 From: Jacob Walls Date: Thu, 20 Nov 2025 17:28:24 -0500 Subject: [5.2.x] Added missing ticket links in docs/releases/5.2.8.txt. Backport of 8ce3e1f9d0cdfdcba91e7e544804fa33f6fa9177 from main. --- docs/releases/5.2.8.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/releases/5.2.8.txt b/docs/releases/5.2.8.txt index 0a0038ba20..c8987ec819 100644 --- a/docs/releases/5.2.8.txt +++ b/docs/releases/5.2.8.txt @@ -32,7 +32,7 @@ Bugfixes * Fixed a bug in Django 5.2 where ``QuerySet.first()`` and ``QuerySet.last()`` raised an error on querysets performing aggregation that selected all fields - of a composite primary key. + of a composite primary key (:ticket:`36648`). * Fixed a bug in Django 5.2 where proxy models having a ``CompositePrimaryKey`` - incorrectly raised a ``models.E042`` system check error. + incorrectly raised a ``models.E042`` system check error (:ticket:`36704`). -- cgit v1.3