Comment 2 for bug 838120

Revision history for this message
András Veres-Szentkirályi (vsza) wrote :

I had the same problem with django-oursql (https://github.com/dcramer/django-oursql), and this branch fixed it, thanks! The following line needs to be added as a workaround into django-oursql's mysql_oursql/standard/base.py, right before connect(): kwargs['autoreconnect'] = True