> Do I need to close the connection after I'm done with the results? You shouldn't have to. Django closes the connection at the end of the request.
> I've also recently started receiving 'too many connections' errors... > and thought this might be the reason? What database are you using? Can you log on to the database and look at active connections when you get this message? Perhaps that will give you some idea. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" 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-users?hl=en -~----------~----~----~----~------~----~------~--~---

