#29696: BaseModelFormSet.initial_form_count() uses incorrect condition for 
checking
if the form is bound
----------------------------------------+------------------------
               Reporter:  Jon Dufresne  |          Owner:  nobody
                   Type:  Bug           |         Status:  new
              Component:  Forms         |        Version:  2.1
               Severity:  Normal        |       Keywords:
           Triage Stage:  Accepted      |      Has patch:  1
    Needs documentation:  0             |    Needs tests:  0
Patch needs improvement:  0             |  Easy pickings:  0
                  UI/UX:  0             |
----------------------------------------+------------------------
 `BaseModelFormSet.initial_form_count()` uses `if not (self.data or
 self.files)` which doesn't distinguish between an unbound form and
 `data={}`.

 [https://github.com/django/django/pull/10323 PR]

-- 
Ticket URL: <https://code.djangoproject.com/ticket/29696>
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/052.8925679325b31d16b24dc6a9440787c0%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to