mirror of
https://github.com/django/django.git
synced 2025-08-20 16:59:12 +00:00
Asserting an upper bound for the number of executed queries can be achieved by using CaptureQueriesContext instead of enabling the whole DEBUG machinery.