Switch Review Board over to django_assert_queries.
Review Request #14604 — Created Sept. 10, 2025 and updated — Latest diff uploaded
A while back, we broke out our
assertQueries()
functionality into a
library calleddjango_assert_queries
. The old names were kept, but
with a deprecation warning. This change moves us over to using the new
library directly for Review Board code.Testing Done:
Ran unit tests.