Fixed a mistaken import from the mysql backend that had snuck through.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4768 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
dcc8442390
commit
3f3f51d942
|
@ -1,4 +1,4 @@
|
||||||
from django.db.backends.mysql.base import quote_name
|
from django.db.backends.mysql_old.base import quote_name
|
||||||
from MySQLdb import ProgrammingError, OperationalError
|
from MySQLdb import ProgrammingError, OperationalError
|
||||||
from MySQLdb.constants import FIELD_TYPE
|
from MySQLdb.constants import FIELD_TYPE
|
||||||
import re
|
import re
|
||||||
|
|
Loading…
Reference in New Issue