Hi all, I'm new to the group, so my apologies if this has been discussed already. I have some serious reservations about the implementation of the "default" database in the new multi-db support feature.
Anytime you obtain a model from a given database (with the "using"), shouldn't any operation on that model default to the database that it *came from*, not the "default" database in the settings file? Sometimes the code that calls save on the model doesn't know (and shouldn't care) where it came from. It seems really easy to accidentally save a model back to a different database than it came from. Thoughts? Regards Bill
-- You received this message because you are subscribed to the Google Groups "Django developers" 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-developers?hl=en.
