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
I have an Order model and a Payment model (which FK's to Order as
"payments"). I have a handler for post_delete on Payment which sends
a custom signal which may do some updating on Order. The problem I'm
seeing is that when I delete a Payment, the custom signal handler can
still query for the de
2 matches
Mail list logo