mirror of
				https://github.com/django/django.git
				synced 2025-10-31 09:41:08 +00:00 
			
		
		
		
	Fix typo
git-svn-id: http://code.djangoproject.com/svn/django/branches/boulder-oracle-sprint@3980 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
		| @@ -214,7 +214,7 @@ def _get_sql_for_pending_references(model, pending_references): | ||||
|     Get any ALTER TABLE statements to add constraints after the fact. | ||||
|     """ | ||||
|     from django.db import backend, get_creation_module | ||||
|     from django.db.backend.util import truncate_name | ||||
|     from django.db.backends.util import truncate_name | ||||
|     data_types = get_creation_module().DATA_TYPES | ||||
|  | ||||
|     final_output = [] | ||||
|   | ||||
		Reference in New Issue
	
	Block a user