Author: jacob
Date: 2007-03-09 16:44:49 -0600 (Fri, 09 Mar 2007)
New Revision: 4697
Modified:
django/trunk/django/oldforms/__init__.py
Log:
Rolled back [4693] -- it seems to be breaking edit_inline all over the place.
Better fix is forthcoming :)
Modified: django/trunk/django/oldforms/__init__.py
===================================================================
--- django/trunk/django/oldforms/__init__.py 2007-03-09 22:43:44 UTC (rev
4696)
+++ django/trunk/django/oldforms/__init__.py 2007-03-09 22:44:49 UTC (rev
4697)
@@ -225,7 +225,7 @@
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()
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---