mirror of
https://github.com/django/django.git
synced 2025-11-25 13:13:28 +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 in
|
||
|---|---|---|
| .. | ||
| fixtures | ||
| models | ||
| __init__.py | ||
| test_aggregate.py | ||
| test_checks.py | ||
| test_create.py | ||
| test_delete.py | ||
| test_filter.py | ||
| test_get.py | ||
| test_models.py | ||
| test_names_to_path.py | ||
| test_order_by.py | ||
| test_update.py | ||
| test_values.py | ||
| tests.py | ||