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:
parent
f46f052e05
commit
18cf40006c
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue