Opened 15 years ago
Closed 14 years ago
#15943 closed Cleanup/optimization (fixed)
'raw' kwarg sent with pre_save and post_save signals is undocumented
| Reported by: | Gabriel Hurley | Owned by: | nobody |
|---|---|---|---|
| Component: | Documentation | Version: | 1.3 |
| Severity: | Normal | Keywords: | |
| Cc: | Triage Stage: | Ready for checkin | |
| Has patch: | yes | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | yes | UI/UX: | no |
Description
The raw kwargs was added to pre_save and post_save in #5422, but (as far as I can tell) was never documented. It's a pretty handy parameter to know about so it should probably be documented along with the other parameters in /ref/signals.
Attachments (1)
Change History (5)
comment:1 by , 15 years ago
| Triage Stage: | Unreviewed → Accepted |
|---|
by , 14 years ago
| Attachment: | pre-post-save-raw-flag-doc.diff added |
|---|
comment:2 by , 14 years ago
| Has patch: | set |
|---|---|
| UI/UX: | unset |
comment:3 by , 14 years ago
| Triage Stage: | Accepted → Ready for checkin |
|---|
Note:
See TracTickets
for help on using tickets.
Adding documentation for "raw" flag.