Re: v1.2 message framework - messages created outside of the request cycle

2010-07-08 Thread jyunis
          if notifications: > > OfflineNotification.objects.filter(user=request.user).delete() > > Hope it will help you. > > On Jul 8, 12:27 am, jyunis wrote: > > > Hey all, > > > I'm currently developing an application using Django's deprecated user &

v1.2 message framework - messages created outside of the request cycle

2010-07-07 Thread jyunis
Hey all, I'm currently developing an application using Django's deprecated user messaging functionality and one of the features I depend on is the ability to set messages for a particular user from a back-end process, i.e. outside of the request cycle. In my backend process, I have access to the