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 User object, but of course not the request object.

I see that the new Django 1.2 message framework does not support this,
but I am wondering if that use case has been addressed in any other
way.  I hate to continue development using a deprecated feature, but
the lack of offline messaging from the message framework is a
significant barrier to migration.

--
Jeremy

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to