#34307: Issue with min_num logic in InlineFormsets
--------------------------------------+------------------------
               Reporter:  GeekGawd    |          Owner:  nobody
                   Type:  Bug         |         Status:  new
              Component:  Forms       |        Version:  4.1
               Severity:  Normal      |       Keywords:  forms
           Triage Stage:  Unreviewed  |      Has patch:  0
    Needs documentation:  0           |    Needs tests:  0
Patch needs improvement:  0           |  Easy pickings:  0
                  UI/UX:  0           |
--------------------------------------+------------------------
 So, seeing the Django code there are two fields min_num and extra keyword.
 There is a straightforward coorelation between the two that is, if min_num
 is provided then extra should atleast be equal or greater than min_num.

 This is causing [https://github.com/wagtail/wagtail/issues/9391 ordering
 issue] in Wagtail Admin Form page, where initial extra forms are not
 created because extra is None but min_num arguement is passed, this leads
 to ordering issue in the inline formsets.

 I would like to work on this issue but would like some guidance, thank
 you!

-- 
Ticket URL: <https://code.djangoproject.com/ticket/34307>
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/010701860e908b26-1c541493-cce6-4a5b-8031-bb68dbd046b6-000000%40eu-central-1.amazonses.com.

Reply via email to