I think your comment got mangled in email. Could you please submit a patch so we can apply to trunk?
Thanks, Chris On Tue, Mar 29, 2011 at 11:51 PM, Ashwin <[email protected]> wrote: > Ok, solved this. The issue was that the patch was incomplete - > https://bitbucket.org/hynekcer/django-livesettings/changeset/e2769f9f60ec > > except Exception, e: > if isinstance(e, DatabaseError): > log.error('Can not get siteid: %s' %e) > connection._rollback() > return None > <-------------- Missing > > Also, it would be good if this patch was applied to the trunk. > > Thanks. > > -- > You received this message because you are subscribed to the Google Groups > "Satchmo 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/satchmo-users?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Satchmo 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/satchmo-users?hl=en.
