Greetings hackers,

Django offered a feature to add messages to offline users, or to add
messages to users in slots (if that's the pythonic name for "functions
connected to signals"). It is still possible before 1.4, to call
myuser.message_set.create() which doesn't need the request object.

In 1.4, it will only be possible to add messages to online users and
only in code which has the request object in its scope. That means:

- no more adding messages to offline users
- no more adding messages to users in slots

A django hacker insisted that I should post on the list about this
change, in case you were not aware about the consequences which might
be seen as a regression.

Cheers

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

Reply via email to