mirror of
				https://github.com/django/django.git
				synced 2025-10-31 09:41:08 +00:00 
			
		
		
		
	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:
		| @@ -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 | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user