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