django-mysql-pymysql icon indicating copy to clipboard operation
django-mysql-pymysql copied to clipboard

MySQL backend for Django based on the PyMySQL database adapter

Results 2 django-mysql-pymysql issues
Sort by recently updated
recently updated
newest added

Hi clelland, Thanks for writing the connector. I found a bug and have a small patch This line result in an exception in case of DATETIME field: File ".../PyMySQL-0.6.1-py3.2.egg/pymysql/connections.py", line...

File "/usr/local/lib/python3.3/site-packages/mysql_pymysql/base.py", line 29, in from django.utils.safestring import SafeString, SafeUnicode ImportError: cannot import name SafeUnicode Django version: Dev (Version 1.5 has same problem) --- Modified the following... SafeString ==> SafeBytes...