Author: jkocherhans
Date: 2007-10-13 02:28:18 -0500 (Sat, 13 Oct 2007)
New Revision: 6477

Modified:
   django/branches/newforms-admin/django/newforms/models.py
Log:
newforms-admin: Removed some unnecessary code.


Modified: django/branches/newforms-admin/django/newforms/models.py
===================================================================
--- django/branches/newforms-admin/django/newforms/models.py    2007-10-13 
06:54:14 UTC (rev 6476)
+++ django/branches/newforms-admin/django/newforms/models.py    2007-10-13 
07:28:18 UTC (rev 6477)
@@ -358,7 +358,5 @@
         del FormSet.form_class.base_fields[fk.name]
     except KeyError:
         pass
-    FormSet.parent_model = parent_model
-    FormSet.fk_name = fk.name
     FormSet.fk = fk
     return FormSet


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to