Is the Signals API public? There's http://docs.djangoproject.com/en/dev/topics/signals/, which explains connecting to signals (so Signal.connect is public), but the rest of Signal, eg. Signal.disconnect, doesn't seem to be in there anywhere. Google can't find the Signal.disconnect docstring (site:http://docs.djangoproject.com/en/ "The registered receiver to disconnect." - did not match any documents).
It seems intended to be public, but I can only find disconnect mentioned in 1.0-porting-guide (site:http://docs.djangoproject.com/en/ signal disconnect). -- Glenn Maynard --~--~---------~--~----~------------~-------~--~----~ 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 django-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---