mirror of
https://github.com/django/django.git
synced 2025-11-07 07:15:35 +00:00
Now that selected aliases are stored in sql.Query.selected: dict[str, Any] the values_list() method must ensures that duplicate field name references are assigned unique aliases. Refs #28900. Regression in65ad4ade74. Thanks Claude for the report. Backport of21f8be76d4from main.