request will not have sent_to. it shows up in everyone's requests if they can respond
authorNishanth Amuluru <nishanth@fossee.in>
Sat, 08 Jan 2011 21:39:01 +0530
changeset 329 5b121925d7f5
parent 328 437af7ad6cb9
child 330 b92347d24557
request will not have sent_to. it shows up in everyone's requests if they can respond
pytask/profile/models.py
--- a/pytask/profile/models.py	Sat Jan 08 21:38:03 2011 +0530
+++ b/pytask/profile/models.py	Sat Jan 08 21:39:01 2011 +0530
@@ -69,7 +69,6 @@
     message = models.TextField()
     response = models.TextField()
 
-    sent_to = models.ManyToManyField(User, related_name = "%(class)s_sent_to", blank = False)
     sent_from = models.ForeignKey(User, related_name = "%(class)s_sent_from", null = True, blank = True)
 
     sent_date = models.DateTimeField()