#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)
Change History (5)
comment:1 by , 15 years ago
| Triage Stage: | Unreviewed → Accepted |
|---|
by , 15 years ago
| Attachment: | patch.diff added |
|---|
comment:2 by , 15 years ago
| Has patch: | set |
|---|
comment:3 by , 15 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
In [16098]: