diff -r c31cfbf1a20f -r 9045b8888772 app/soc/views/models/sponsor.py --- a/app/soc/views/models/sponsor.py Fri Nov 21 10:46:15 2008 +0000 +++ b/app/soc/views/models/sponsor.py Fri Nov 21 11:44:39 2008 +0000 @@ -52,7 +52,7 @@ model = soc.models.sponsor.Sponsor #: list of model fields which will *not* be gathered by the form - exclude = ['founder', 'inheritance_line'] + exclude = ['scope', 'scope_path', 'founder', 'inheritance_line'] # TODO(pawel.solyga): write validation functions for other fields def clean_link_id(self):