1
0
mirror of https://github.com/django/django.git synced 2025-07-04 17:59:13 +00:00

[BoulderSprint] forgot to call function

git-svn-id: http://code.djangoproject.com/svn/django/branches/boulder-oracle-sprint@4017 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Boulder Sprinters 2006-11-05 01:23:14 +00:00
parent 93bfe7f18e
commit 48507721aa

View File

@ -76,7 +76,7 @@ class Options(object):
if not self.db_table: if not self.db_table:
self.db_table = "%s_%s" % (self.app_label, self.module_name) self.db_table = "%s_%s" % (self.app_label, self.module_name)
self.db_table = truncate_name(self.db_table, self.db_table = truncate_name(self.db_table,
backend.get_max_name_length) backend.get_max_name_length())
def add_field(self, field): def add_field(self, field):
# Insert the given field in the order in which it was created, using # Insert the given field in the order in which it was created, using