removed unwanted field
authorNishanth Amuluru <nishanth@fossee.in>
Fri, 07 Jan 2011 12:38:55 +0530
changeset 40 60f363b6e9d8
parent 39 2af4b1b731e8
child 41 d84a3781b979
removed unwanted field
profile/models.py
--- a/profile/models.py	Fri Jan 07 12:35:44 2011 +0530
+++ b/profile/models.py	Fri Jan 07 12:38:55 2011 +0530
@@ -46,7 +46,6 @@
     uniq_key = models.CharField(max_length=20)
 
     sent_to = models.ForeignKey(User, related_name = "%(class)s_sent_to", blank = False)
-    sent_from = models.ForeignKey(User, related_name = "%(class)s_sent_from", null = True, blank = True)
 
     subject = models.CharField(max_length=100, blank=True)
     message = models.TextField()