Loading docs/ref/signals.txt +1 −1 Original line number Diff line number Diff line Loading @@ -84,7 +84,7 @@ Like pre_init, but this one is sent when the :meth:`~django.db.models.Model.__in Arguments sent with this signal: ``sender`` As above: rhe model class that just had an instance created. As above: the model class that just had an instance created. ``instance`` The actual instance of the model that's just been created. Loading Loading
docs/ref/signals.txt +1 −1 Original line number Diff line number Diff line Loading @@ -84,7 +84,7 @@ Like pre_init, but this one is sent when the :meth:`~django.db.models.Model.__in Arguments sent with this signal: ``sender`` As above: rhe model class that just had an instance created. As above: the model class that just had an instance created. ``instance`` The actual instance of the model that's just been created. Loading