Ticket #15853: patch.diff
File patch.diff, 1.2 KB (added by , 14 years ago) |
---|
-
docs/ref/signals.txt
224 224 This can be one of the following: 225 225 226 226 ``"pre_add"`` 227 Sent *before* one or more objects are added to the relation 227 Sent *before* one or more objects are added to the relation. 228 228 ``"post_add"`` 229 Sent *after* one or more objects are added to the relation 229 Sent *after* one or more objects are added to the relation. 230 230 ``"pre_remove"`` 231 Sent * after* one or more objects are removed from the relation231 Sent *before* one or more objects are removed from the relation. 232 232 ``"post_remove"`` 233 Sent *after* one or more objects are removed from the relation 233 Sent *after* one or more objects are removed from the relation. 234 234 ``"pre_clear"`` 235 Sent *before* the relation is cleared 235 Sent *before* the relation is cleared. 236 236 ``"post_clear"`` 237 Sent *after* the relation is cleared 237 Sent *after* the relation is cleared. 238 238 239 239 ``reverse`` 240 240 Indicates which side of the relation is updated (i.e., if it is the