mirror of
https://github.com/django/django.git
synced 2025-10-30 17:16:10 +00:00
This was particularly problematic in the chain get_wsgi_application
-> db.connections import -> signal connection -> settings configuration.
Thanks Jon Dufresne for the report.
Backport of 42fef29446 from master.