mirror of
https://github.com/django/django.git
synced 2025-07-04 17:59:13 +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:
parent
e5007b3942
commit
36d057c902
@ -214,7 +214,7 @@ def _get_sql_for_pending_references(model, pending_references):
|
|||||||
Get any ALTER TABLE statements to add constraints after the fact.
|
Get any ALTER TABLE statements to add constraints after the fact.
|
||||||
"""
|
"""
|
||||||
from django.db import backend, get_creation_module
|
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
|
data_types = get_creation_module().DATA_TYPES
|
||||||
|
|
||||||
final_output = []
|
final_output = []
|
||||||
|
Loading…
x
Reference in New Issue
Block a user