0.91-bugfixes: backporting [4693] as the other half of the fix in [4673]
git-svn-id: http://code.djangoproject.com/svn/django/branches/0.91-bugfixes@4694 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
8a0fa75839
commit
f46f052e05
|
@ -210,7 +210,7 @@ class InlineObjectCollection:
|
||||||
self.data = data
|
self.data = data
|
||||||
self.errors = errors
|
self.errors = errors
|
||||||
self._collections = None
|
self._collections = None
|
||||||
self.name = rel_obj.name
|
self.name = rel_obj.opts.module_name
|
||||||
|
|
||||||
def __len__(self):
|
def __len__(self):
|
||||||
self.fill()
|
self.fill()
|
||||||
|
|
Loading…
Reference in New Issue