Enable check_join_types and check_subqueries by default.
Review Request #14333 — Created Feb. 6, 2025 and updated — Latest diff uploaded
We inherited the default of
False
from Djblets < 5, but Djblets had
since turned on these flags by default in its copy. We're now doing the
same here. In time, we'll probably want to remove these outright.
Unit tests pass.
django_assert_queries/testing.py |
---|