# HG changeset patch # User Nishanth Amuluru # Date 1294502941 -19800 # Node ID 5b121925d7f58531b5b74b8100374dc245f0fd07 # Parent 437af7ad6cb9db38c64f2e5cd31e10d413c024d9 request will not have sent_to. it shows up in everyone's requests if they can respond diff -r 437af7ad6cb9 -r 5b121925d7f5 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()