示例#1
0
 def __set__(self,profile,val):
     from apps.plus_feed.models import FeedItem
     FeedItem.post_STATUS(profile.user, profile.user,val)
示例#2
0
 def save(self):
     if self.cleaned_data['text'] :
         # only bother if there's something in it
         FeedItem.post_STATUS(self.sender,self.cleaned_data['text'])
示例#3
0
 def __set__(self, profile, val):
     from apps.plus_feed.models import FeedItem
     FeedItem.post_STATUS(profile.user, profile.user, val)
示例#4
0
 def save(self):
     if self.cleaned_data['text']:
         # only bother if there's something in it
         FeedItem.post_STATUS(self.sender, self.cleaned_data['text'])