mirror of
https://github.com/django/django.git
synced 2025-10-12 08:19:10 +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.