Opened 13 years ago

Closed 13 years ago

Last modified 13 years ago

#15853 closed Cleanup/optimization (fixed)

Error in m2m_changed signal documentation

Reported by: elbarto Owned by: elbarto
Component: Documentation Version: 1.2
Severity: Normal Keywords:
Cc: Triage Stage: Accepted
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Currently, in action types, it says:

"pre_remove"
    Sent after one or more objects are removed from the relation
"post_remove"
    Sent after one or more objects are removed from the relation

As you can see, "pre_remove" action says "after" instead of "before".

Attachments (1)

patch.diff (1.2 KB ) - added by elbarto 13 years ago.

Download all attachments as: .zip

Change History (5)

comment:1 by Jacob, 13 years ago

Triage Stage: UnreviewedAccepted

by elbarto, 13 years ago

Attachment: patch.diff added

comment:2 by elbarto, 13 years ago

Has patch: set

comment:3 by Tim Graham, 13 years ago

Resolution: fixed
Status: newclosed

In [16098]:

Fixed #15853 - typo in m2m_changed signal documentation; thanks elbarto.

comment:4 by Tim Graham, 13 years ago

In [16099]:

[1.3.X] Fixed #15853 - typo in m2m_changed signal documentation; thanks elbarto.

Backport of r16098 from trunk.

Note: See TracTickets for help on using tickets.
Back to Top