The cleaned data from the form is available for string interpolation usingthe %(field_name)s syntax. For ModelForms, if you need access to fieldsfrom the saved object override theget_success_message()method.
The cleaned data from the form is available for string interpolation usingthe %(field_name)s syntax. For ModelForms, if you need access to fieldsfrom the saved object override theget_success_message()method.