RowCreatedSignal

Called after an instance is created, with the class as the sender. Called with the arguments (kwargs, post_funcs). There may be a connection argument. kwargs``may be usefully modified.  ``post_funcs is a list of callbacks, intended to have functions appended to it, and are called with the arguments (new_instance).

Note: this is not called when an instance is created from an existing database row.


Methods

f __init__(...) ...

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

See the source for more information.