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
Extra formset forms skip validation if two things are true:
empty_permitted=True
form.has_changed() is False.
The second condition is currently never true for orderable formsets with zenaida, because the order field is set. I'm not sure what the best way to handle this is.
The text was updated successfully, but these errors were encountered:
Extra formset forms skip validation if two things are true:
empty_permitted=True
form.has_changed()
is False.The second condition is currently never true for orderable formsets with zenaida, because the order field is set. I'm not sure what the best way to handle this is.
The text was updated successfully, but these errors were encountered: