# HG changeset patch # User Sverre Rabbelier # Date 1227387282 0 # Node ID d928d226cfad5f4a2b4a01a88be2be8bd8393c93 # Parent 4a8565ce48c67c143b6d931365172b4d3a84f726 Hide the 'home' field until we have a proper document selector Rather than having a confusing 'home' field that lists all Linkables (in other words, everything in the database), we're better off hiding it for now. diff -r 4a8565ce48c6 -r d928d226cfad app/soc/views/models/sponsor.py --- a/app/soc/views/models/sponsor.py Sat Nov 22 20:38:27 2008 +0000 +++ b/app/soc/views/models/sponsor.py Sat Nov 22 20:54:42 2008 +0000 @@ -52,7 +52,7 @@ model = soc.models.sponsor.Sponsor #: list of model fields which will *not* be gathered by the form - exclude = ['scope', 'scope_path', 'founder', 'inheritance_line'] + exclude = ['scope', 'scope_path', 'founder', 'inheritance_line', 'home'] # TODO(pawel.solyga): write validation functions for other fields def clean_link_id(self):