On Fri, 2008-09-12 at 14:46 -0700, TP wrote: [...] > Also, what if the connection has closed for whatever reason since the > object was loaded (due to DB connection timeout, DB restart, etc)?
The django.db.connection object isn't a pure network connection. It's a DatabaseWrapper class and knows how to handle opening a connection if necessary. They're talking about reusing the DatabaseWrapper (which ties it to a particular database) here. Malcolm --~--~---------~--~----~------------~-------~--~----~ 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 [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-developers?hl=en -~----------~----~----~----~------~----~------~--~---