#12558: The ENGINE setting no longer defaults to dummy if it is not defined
------------------------------------------+---------------------------------
Reporter: obeattie | Owner: nobody
Status: new | Milestone:
Component: Database layer (models, ORM) | Version: 1.2-alpha
Keywords: importerror | Stage: Unreviewed
Has_patch: 1 |
------------------------------------------+---------------------------------
If the `ENGINE` setting is not defined in a project's settings.py file
(for instance, if not using Django's ORM), any attempt to import
`django.db` will cause an `ImportError` due to the new `ConnectionHandler`
trying to import an invalid path. I have attached a patch which hopefully
corrects this behaviour.
--
Ticket URL: <
http://code.djangoproject.com/ticket/12558>
Django <
http://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.