On Fri, Feb 17, 2012 at 4:58 PM, Florian Apolloner <[email protected]> wrote: > This approach has quite a few issues on it's own, eg for postgres if the > transaction is broken all following requests will raise a 500. You have to > at least reset the connection state to something useable again.
what about not closing the connections, but aborting any pending transaction? -- Javier -- 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.
