What's the plan for formsets with extra? 

I could see the required only getting applied to the first min forms but I'm 
not sure there is an actual workable case there. It seems like it will get too 
messy with adding and deleting at the same time.

If can_delete is false and extra is 0, it seems like the required attribute 
could at least be used. Because of this, I think it should probably be an 
initialization argument, default to false, or be overridden when constructing 
forms in formsets.

https://github.com/gregmuellegger/django-floppyforms/issues/75

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers  (Contributions to Django itself)" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-developers+unsubscr...@googlegroups.com.
To post to this group, send email to django-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/django-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/6e7abf57-6ee0-4891-9713-3b04f71c21cd%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to