mirror of
https://github.com/Hopiu/django.git
synced 2026-03-27 03:10:23 +00:00
The bug existed since sliced query union was added but was elevated to
query union slices by moving the .exists() optimization to the compiler
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 | ||