You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
form._post_clean() needs to be called explicitly during OriginalTextUpdateView's form_valid() method in order to get the zero-padded version of reference_order to be saved. This shouldn't be necessary though since the clean_reference_order method should pad the reference_order when the form is validated.
The text was updated successfully, but these errors were encountered:
form._post_clean()
needs to be called explicitly duringOriginalTextUpdateView
'sform_valid()
method in order to get the zero-padded version of reference_order to be saved. This shouldn't be necessary though since theclean_reference_order
method should pad the reference_order when the form is validated.The text was updated successfully, but these errors were encountered: