mirror of
https://github.com/django/django.git
synced 2026-02-09 02:49:25 +08: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 f9936deed1.