Is there a way to see which signals have been set in Django?
I wrote little command that shows all signal listeners: https://gist.github.com/1264102
You can modify it to show signals only.