Beispiel #1
0
 def __set__(self,profile,val):
     from apps.plus_feed.models import FeedItem
     FeedItem.post_STATUS(profile.user, profile.user,val)
Beispiel #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'])
Beispiel #3
0
 def __set__(self, profile, val):
     from apps.plus_feed.models import FeedItem
     FeedItem.post_STATUS(profile.user, profile.user, val)
Beispiel #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'])