Hide PolyModel inheritance_line bookkeeping property from the User Profile
form.
--- a/app/soc/views/user/profile.py Wed Oct 01 00:43:07 2008 +0000
+++ b/app/soc/views/user/profile.py Wed Oct 01 00:45:30 2008 +0000
@@ -48,7 +48,7 @@
model = soc.models.user.User
#: list of model fields which will *not* be gathered by the form
- exclude = ['id', 'former_ids', 'is_developer']
+ exclude = ['id', 'former_ids', 'is_developer', 'inheritance_line']
def clean_link_name(self):
link_name = self.cleaned_data.get('link_name')