Skip to content

Commit

Permalink
Rolled back [4693] -- it seems to be breaking edit_inline all over th…
Browse files Browse the repository at this point in the history
…e place. Better fix is forthcoming :)

git-svn-id: http://code.djangoproject.com/svn/django/trunk@4697 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
jacobian committed Mar 9, 2007
1 parent aa36618 commit 90f7616
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django/oldforms/__init__.py
Expand Up @@ -225,7 +225,7 @@ def __init__(self, parent_manipulator, rel_obj, data, errors):
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()
Expand Down

0 comments on commit 90f7616

Please sign in to comment.