On Sat, 2008-07-12 at 13:49 +0100, bayo opadeyi wrote:
> are there any conditions where signals are sent twice?

It's possible that signal handler is registered twice, due to some
particulars about how Python import paths work and the fact that Django
imports your models in a slightly unpredictable order to work out
reverse relations.

Signal dispatching is getting a rewrite for 1.0 to speed it up and
address some problems like this.

Regards,
Malcolm



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

Reply via email to