mirror of
https://github.com/django/django.git
synced 2025-07-05 10:19:20 +00:00
[1.3.X] Fixed #15853 - typo in m2m_changed signal documentation; thanks elbarto.
Backport of r16098 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@16099 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
f53fe1e79e
commit
44dbac6482
@ -223,17 +223,17 @@ Arguments sent with this signal:
|
|||||||
This can be one of the following:
|
This can be one of the following:
|
||||||
|
|
||||||
``"pre_add"``
|
``"pre_add"``
|
||||||
Sent *before* one or more objects are added to the relation
|
Sent *before* one or more objects are added to the relation.
|
||||||
``"post_add"``
|
``"post_add"``
|
||||||
Sent *after* one or more objects are added to the relation
|
Sent *after* one or more objects are added to the relation.
|
||||||
``"pre_remove"``
|
``"pre_remove"``
|
||||||
Sent *after* one or more objects are removed from the relation
|
Sent *before* one or more objects are removed from the relation.
|
||||||
``"post_remove"``
|
``"post_remove"``
|
||||||
Sent *after* one or more objects are removed from the relation
|
Sent *after* one or more objects are removed from the relation.
|
||||||
``"pre_clear"``
|
``"pre_clear"``
|
||||||
Sent *before* the relation is cleared
|
Sent *before* the relation is cleared.
|
||||||
``"post_clear"``
|
``"post_clear"``
|
||||||
Sent *after* the relation is cleared
|
Sent *after* the relation is cleared.
|
||||||
|
|
||||||
``reverse``
|
``reverse``
|
||||||
Indicates which side of the relation is updated (i.e., if it is the
|
Indicates which side of the relation is updated (i.e., if it is the
|
||||||
|
Loading…
x
Reference in New Issue
Block a user