mirror of
https://github.com/Hopiu/django.git
synced 2026-04-01 22:00:30 +00:00
By using `select_related(None)` instead of `select_related()`, the
unnecessary joins are completely avoided. Note that the current tests
already covers the change, when the field is not `null=True`.
Regression in
|
||
|---|---|---|
| .. | ||
| models | ||
| __init__.py | ||
| test_data.py | ||
| test_deserializedobject.py | ||
| test_json.py | ||
| test_jsonl.py | ||
| test_natural.py | ||
| test_xml.py | ||
| test_yaml.py | ||
| tests.py | ||