On Tue, Mar 10, 2009 at 12:55 PM, Alex Gaynor <alex.gay...@gmail.com> wrote:
> I've been looking at adding multiple database support to Django for a little
> while now and as a part of my plan of action the first step is to remove all
> references to the global settings in django.db.backends.* and replace them
> with a settings dict as you suggest(minus stuff like settings.DEBUG
> obviously).  My proposal goes a little further than yours however since I
> propose passing the settings dict in into the constructor of the connection
> itself, not in the _cursor method, the advantage here is that when we create
> the connection we have all the information we need then.

Hey, this sounds like a good improvement (passing the settings to the
constructor instead of _cursor). Do you have any patches or at least a
link your proposal, if you've written one? I can't seem to find
anything.

Adrian

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To post to this group, send email to django-developers@googlegroups.com
To unsubscribe from this group, send email to 
django-developers+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to