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:
parent
93bfe7f18e
commit
48507721aa
@ -76,7 +76,7 @@ class Options(object):
|
||||
if not self.db_table:
|
||||
self.db_table = "%s_%s" % (self.app_label, self.module_name)
|
||||
self.db_table = truncate_name(self.db_table,
|
||||
backend.get_max_name_length)
|
||||
backend.get_max_name_length())
|
||||
|
||||
def add_field(self, field):
|
||||
# Insert the given field in the order in which it was created, using
|
||||
|
Loading…
x
Reference in New Issue
Block a user