mirror of
https://github.com/django/django.git
synced 2025-11-22 12:14:45 +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
|
||
|---|---|---|
| .. | ||
| __init__.py | ||
| models.py | ||
| test_bulk_update.py | ||
| test_contains.py | ||
| test_db_returning.py | ||
| test_explain.py | ||
| test_iterator.py | ||
| test_q.py | ||
| test_qs_combinators.py | ||
| test_query.py | ||
| test_sqlcompiler.py | ||
| tests.py | ||