#8485 closed (fixed)
Database backend refactor suppresses ImproperlyConfigured exceptions
Reported by: | Karen Tracey | Owned by: | nobody |
---|---|---|---|
Component: | Database layer (models, ORM) | Version: | dev |
Severity: | Keywords: | ||
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
Opening per Russell's request here: http://groups.google.com/group/django-developers/browse_thread/thread/15fd0d3dfb3233c8
Note:
See TracTickets
for help on using tickets.
(In [8466]) Fixed #8485: Reordered imports in the database backends to ensure that the availability of the MySQL and Oracle backends is confirmed before any attempt is made to use the backend. Many thanks to Karen Tracey for her work in narrowing down a number of vague reports into a concrete problem.