Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ordering prevents empty_permitted=True forms (extra formset forms) from ever validating #8

Open
melinath opened this issue May 16, 2014 · 0 comments

Comments

@melinath
Copy link
Contributor

Extra formset forms skip validation if two things are true:

  1. empty_permitted=True
  2. 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant