mirror of
https://github.com/django/django.git
synced 2025-11-03 05:13:23 +00:00
Fixed #8867: Corrected a couple typos in the signals documentation
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8963 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
ca422fd89b
commit
36b120c23a
1 changed files with 3 additions and 3 deletions
|
|
@ -141,7 +141,7 @@ Arguments sent with this signal:
|
||||||
The model class.
|
The model class.
|
||||||
|
|
||||||
``instance``
|
``instance``
|
||||||
The actual instance being saved.
|
The actual instance being deleted.
|
||||||
|
|
||||||
post_delete
|
post_delete
|
||||||
-----------
|
-----------
|
||||||
|
|
@ -158,10 +158,10 @@ Arguments sent with this signal:
|
||||||
The model class.
|
The model class.
|
||||||
|
|
||||||
``instance``
|
``instance``
|
||||||
The actual instance being saved.
|
The actual instance being deleted.
|
||||||
|
|
||||||
Note that the object will no longer be in the database, so be very
|
Note that the object will no longer be in the database, so be very
|
||||||
careful what you do with this instance
|
careful what you do with this instance.
|
||||||
|
|
||||||
class_prepared
|
class_prepared
|
||||||
--------------
|
--------------
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue