Fixed #8919 -- Fixed typo in signals.txt. Thanks, jbalogh
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8977 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
756fa95bd2
commit
e97ec4d142
|
@ -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…
Reference in New Issue