Opened 13 years ago

Closed 13 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)

pre-post-save-raw-flag-doc.diff (893 bytes ) - added by Jack Ha 13 years ago.
Adding documentation for "raw" flag.

Download all attachments as: .zip

Change History (5)

comment:1 by Aymeric Augustin, 13 years ago

Triage Stage: UnreviewedAccepted

by Jack Ha, 13 years ago

Adding documentation for "raw" flag.

comment:2 by Jack Ha, 13 years ago

Has patch: set
UI/UX: unset

comment:3 by trez, 13 years ago

Triage Stage: AcceptedReady for checkin

comment:4 by Jannis Leidel, 13 years ago

Resolution: fixed
Status: newclosed

In [16432]:

Fixed #15943 -- Documented raw argument of pre_save and post_save signals. Thanks, amplivibe.

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