# HG changeset patch # User Todd Larsen # Date 1222821930 0 # Node ID 35bf48c27eb63341898c8eaaf95e1a9f3de7ce24 # Parent a18e93e21672861686fc85f95144bbd3d14e8c8d Hide PolyModel inheritance_line bookkeeping property from the User Profile form. diff -r a18e93e21672 -r 35bf48c27eb6 app/soc/views/user/profile.py --- 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')