Signals in Django
Good article on signals in Django:
Every model object used in a Django application will send these signals. And the beauty of it is that any one request can listen (connect in Django-speak) for a signal on one, more than one, or all of the object types in an project.