django's post_save() and data from request

Posted by Nick on Stack Overflow See other posts from Stack Overflow or by Nick
Published on 2010-03-26T02:20:39Z Indexed on 2010/03/26 2:23 UTC
Read the original article Hit count: 237

Filed under:

I desperately need to be able to get some information from the request array on post_save() for a certain model. Is it possible to do that somehow?

© Stack Overflow or respective owner

Related posts about django