Re: Exceptions in signal handlers pass silently

2014-10-02 Thread Collin Anderson
The django internals and contrib apps never use send_robust(). It must be a 3rd party app that's calling it? -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to dja

Re: Exceptions in signal handlers pass silently

2014-10-02 Thread Thomas Güttler
Am 01.10.2014 um 14:39 schrieb Collin Anderson: use send() instead of send_robust(). I am sorry, I don't understand this answer. I subscribe to "post_init". I don't send the signal, I receive it. Is there a way to tell django to use send() for signals? . I found this solution: {{{ f

Re: Exceptions in signal handlers pass silently

2014-10-01 Thread Collin Anderson
use send() instead of send_robust(). -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups.com. To post to this group, send email