mirror of
https://github.com/django/django.git
synced 2024-12-29 04:26:28 +00:00
46b2b08e45
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 |
||
---|---|---|
.. | ||
__init__.py | ||
base.py | ||
data.py | ||
multi_table.py | ||
natural.py |