1
0
mirror of https://github.com/django/django.git synced 2025-08-20 16:59:12 +00:00
django/tests/bulk_create
Simon Charette cd0966cd4e Avoided usage of DEBUG setting override in bulk_create tests.
Asserting an upper bound for the number of executed queries can be achieved by
using CaptureQueriesContext instead of enabling the whole DEBUG machinery.
2025-08-15 10:45:02 +02:00
..