mirror of
https://github.com/django/django.git
synced 2025-12-07 18:26:41 +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
|
||
|---|---|---|
| .. | ||
| apps | ||
| conf | ||
| contrib | ||
| core | ||
| db | ||
| dispatch | ||
| forms | ||
| http | ||
| middleware | ||
| template | ||
| templatetags | ||
| test | ||
| urls | ||
| utils | ||
| views | ||
| __init__.py | ||
| __main__.py | ||
| shortcuts.py | ||