Remove excluded field inheritance_line, since the User model does not inherit
from PolyModel (at this time).
--- 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')