Opened 10 years ago

Closed 10 years ago

Last modified 10 years ago

#21935 closed New feature (wontfix)

Add the object to data used for the message

Reported by: david.fischer.ch@… Owned by: nobody
Component: contrib.messages Version: dev
Severity: Normal Keywords:
Cc: Triage Stage: Unreviewed
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

It would be interesting to add the object into the cleaned_data dictionary to allow displaying a success message with some values taken from the object's attributes.

Attachments (1)

0001-Add-theobjecttodatausedforthemessage.patch (770 bytes ) - added by david.fischer.ch@… 10 years ago.
The patch for this contribution

Download all attachments as: .zip

Change History (3)

by david.fischer.ch@…, 10 years ago

The patch for this contribution

comment:1 by Tim Graham, 10 years ago

Resolution: wontfix
Status: newclosed

From the docs: "For ModelForms, if you need access to fields from the saved object override the get_success_message() method."

I think it's a better solution than putting in lots of hasattr checks for everyone's specific uses.

comment:2 by anonymous, 10 years ago

Ok thanks for the tip.

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