mirror of
https://github.com/Hopiu/django.git
synced 2026-05-13 01:53:09 +00:00
A regression caused queries to produce incorrect results for cases where
extra(select) is excluded by values() but included by extra(order_by)
The regression was caused by
|
||
|---|---|---|
| .. | ||
| __init__.py | ||
| models.py | ||
| tests.py | ||