mirror of
https://github.com/django/django.git
synced 2025-01-20 07:13:44 +00:00
67787db22a
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