app/soc/models/host.py
changeset 575 ba4a7e90139d
parent 410 2af7f84f4fc7
child 632 1f20cfb91e11
--- 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