diff -r b7b77b4c9612 -r ba4a7e90139d app/soc/models/host.py --- a/app/soc/models/host.py Sat Nov 22 23:34:06 2008 +0000 +++ b/app/soc/models/host.py Sun Nov 23 00:38:35 2008 +0000 @@ -32,8 +32,4 @@ """Host details for a specific Program. """ - #: A 1:1 relationship associating a Host with specific - #: Sponsor details and capabilities. The back-reference in - #: the Sponsor model is a Query named 'host'. - sponsor = db.ReferenceProperty(reference_class=soc.models.sponsor.Sponsor, - required=True, collection_name='hosts') + pass