#28799: ModelFormSet is incorrectly considered as not valid if initial form is 
not
changed and validate_min=True
---------------------------------+--------------------------------------
     Reporter:  Sergey Fedoseev  |                    Owner:  nobody
         Type:  Bug              |                   Status:  new
    Component:  Forms            |                  Version:  1.11
     Severity:  Normal           |               Resolution:
     Keywords:                   |             Triage Stage:  Unreviewed
    Has patch:  0                |      Needs documentation:  0
  Needs tests:  0                |  Patch needs improvement:  0
Easy pickings:  0                |                    UI/UX:  0
---------------------------------+--------------------------------------

Comment (by Tim Graham):

 I think the behavior change is desired because if you save that formset
 (on Django 1.10 and older where it passes validation), no objects will be
 created since the form didn't change. That behavior seems to conflict with
 `min_num=1`.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/28799#comment:1>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/068.cb7364204d4040a2b605d8243a950a1d%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to