1
0
mirror of https://github.com/django/django.git synced 2025-07-04 09:49:12 +00:00
git-svn-id: http://code.djangoproject.com/svn/django/branches/boulder-oracle-sprint@3980 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Boulder Sprinters 2006-11-04 21:00:58 +00:00
parent e5007b3942
commit 36d057c902

View File

@ -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 = []