I recently came across a situation where allowing developers to silence
signal emitters on a per-model basis would be useful, and I'd like to see if
any others have too.

http://code.djangoproject.com/ticket/8077

Currently the only way to "mute" a signal is to implement some functions
that "disconnect" and "reconnect" a signal, and I'm not sure if that's
entirely thread safe. There is an example here at
http://stackoverflow.com/questions/2209159/disconnect-signals-for-models-and-reconnect-in-django

There is a good patch available at the moment. Could we consider it for 1.3?

~oliland

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

Reply via email to