#11441: Signal documentation should mention 'weak' parameter for connect
---------------------------+------------------------------------------------
 Reporter:  Mike_A         |       Owner:  nobody    
   Status:  new            |   Milestone:            
Component:  Documentation  |     Version:  1.0       
 Keywords:  weak signal    |       Stage:  Unreviewed
Has_patch:  0              |  
---------------------------+------------------------------------------------
 In the documentation for signals:
 [http://docs.djangoproject.com/en/dev/topics/signals/]

 No reference at all is made to the 'weak' parameter of connect.
 This caused me to spend about an hour scratching my head as to why my
 signals didn't seem to work at all.
 In the end I realised I needed to set this to False to stop the signal
 from dropping the callback and silently failing, but only after writing a
 debugging signal class.

-- 
Ticket URL: <http://code.djangoproject.com/ticket/11441>
Django <http://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django updates" 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-updates?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to