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
reference_order (for original texts) does not seem to undergo the clean_reference_order function to pad the numbers such that 10.17 would be stored as 00010.00017 in the database.
The text was updated successfully, but these errors were encountered:
I've discovered that explicitly running form._post_clean() during OriginalTextUpdateView's form_valid() method fixes the problem, but _post_clean should have been triggered when the form.is_valid property is checked.
closing, but opening #348 to investigate why this is necessary
reference_order (for original texts) does not seem to undergo the
clean_reference_order
function to pad the numbers such that 10.17 would be stored as 00010.00017 in the database.The text was updated successfully, but these errors were encountered: