Remove excluded field inheritance_line, since the User model does not inherit
authorTodd Larsen <tlarsen@google.com>
Wed, 01 Oct 2008 22:02:50 +0000
changeset 256 101c586ff5c8
parent 255 663edd9f7e66
child 257 878f9ec9dd07
Remove excluded field inheritance_line, since the User model does not inherit from PolyModel (at this time).
app/soc/views/user/profile.py
--- a/app/soc/views/user/profile.py	Wed Oct 01 21:58:31 2008 +0000
+++ b/app/soc/views/user/profile.py	Wed Oct 01 22:02:50 2008 +0000
@@ -49,7 +49,7 @@
     model = soc.models.user.User
     
     #: list of model fields which will *not* be gathered by the form
-    exclude = ['id', 'former_ids', 'is_developer', 'inheritance_line']
+    exclude = ['id', 'former_ids', 'is_developer']
   
   def clean_link_name(self):
     link_name = self.cleaned_data.get('link_name')