#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.
-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-upda...@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.


Reply via email to