From 5f180216409d75290478c71ddb0ff8a68c91dc16 Mon Sep 17 00:00:00 2001 From: Johannes Westphal Date: Sat, 30 Mar 2024 22:14:15 +0000 Subject: Fixed #35344, Refs #34838 -- Corrected output_field of resolved columns for GeneratedFields in aliased tables. Thanks Simon Charette for the review. --- docs/releases/5.0.4.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') diff --git a/docs/releases/5.0.4.txt b/docs/releases/5.0.4.txt index 6503f1ada3..6872d5998a 100644 --- a/docs/releases/5.0.4.txt +++ b/docs/releases/5.0.4.txt @@ -21,3 +21,6 @@ Bugfixes * Fixed a bug in Django 5.0 that caused a migration crash on PostgreSQL 15+ when adding a partial ``UniqueConstraint`` with ``nulls_distinct`` (:ticket:`35329`). + +* Fixed a crash in Django 5.0 when performing queries involving table aliases + and lookups on a ``GeneratedField`` of the aliased table (:ticket:`35344`). -- cgit v1.3