Re: Misfiring signal handler

2011-12-30 Thread akaariai
If you can create a self-contained small example project which does this, it would make it much easier to debug this. I don't know why the signal misfired, and I don't see a way that it could misfire. So, without some ability to reproduce this it is hard to help. - Anssi On Dec 30, 5:40 pm, Jay W

Misfiring signal handler

2011-12-30 Thread Jay Wineinger
Hey guys, I have an odd problem where a post_save signal handler is getting called from a class different than what I specified as the sender. The code is at http://dpaste.com/hold/679348/ and also below for when the pastebin is deleted. I'm connecting the rating_denormalizer() function to the po