mirror of
https://github.com/django/django.git
synced 2025-04-08 07:26:41 +00:00
In addition to ImproperlyConfigured, Engine.get_default() may also raise ImportError or other exceptions. It's better to catch all exceptions in places where the default engine isn't strictly required. Backport of 27f9ff45 from master