Backing out [4694] because it looks like the version on trunk caused problems

git-svn-id: http://code.djangoproject.com/svn/django/branches/0.91-bugfixes@4696 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
James Bennett 2007-03-09 22:43:44 +00:00
parent f46f052e05
commit 18cf40006c
1 changed files with 1 additions and 1 deletions

View File

@ -210,7 +210,7 @@ class InlineObjectCollection:
self.data = data
self.errors = errors
self._collections = None
self.name = rel_obj.opts.module_name
self.name = rel_obj.name
def __len__(self):
self.fill()