Django's post_save doesn't always
Django’s post_save methods allow execution of custom code on an insert or update of a record after the save method is called.
The serialized object propagates through the signal handlers as the instance parameter which is eventually committed to the ...
blog.danwald.me1 min read