#10833: django.db.load_backend loads the backend from settings.DATABASE_ENGINE regardless of what's passed to it ------------------------------------------+--------------------------------- Reporter: Alex | Owner: nobody Status: new | Milestone: 1.1 Component: Database layer (models, ORM) | Version: SVN Keywords: | Stage: Unreviewed Has_patch: 0 | ------------------------------------------+--------------------------------- http://code.djangoproject.com/browser/django/trunk/django/db/__init__.py#L17 {{{ #!diff - return import_module('.base', 'django.db.backends.%s' % settings.DATABASE_ENGINE) + return import_module('.base', 'django.db.backends.%s' % backend_name) }}}
-- Ticket URL: <http://code.djangoproject.com/ticket/10833> 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 [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/django-updates?hl=en -~----------~----~----~----~------~----~------~--~---
