mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #35344, Refs #34838 -- Corrected output_field of resolved columns for GeneratedFields in aliased tables.
Thanks Simon Charette for the review.
This commit is contained in:
@@ -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`).
|
||||
|
||||
Reference in New Issue
Block a user