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.
Comment (by Tim Graham):
I didn't read the linked issue, but from what's here, I'm not sure you've
described the problem sufficiently. Can you flesh it out with some example
code that doesn't involve Wagtail?
--
Ticket URL: <https://code.djangoproject.com/ticket/34307#comment:1>
* owner: nobody => Rahmat Faisal
* status: new => assigned
--
Ticket URL: <https://code.djangoproject.com/ticket/34307#comment:2>
* owner: Rahmat Faisal => (none)
* status: assigned => new
--
Ticket URL: <https://code.djangoproject.com/ticket/34307#comment:3>
Comment (by Rahmat Faisal):
can u put example code from django/wagtail
--
Ticket URL: <https://code.djangoproject.com/ticket/34307#comment:4>
* status: new => closed
* resolution: => needsinfo
Comment:
Please reopen the ticket if you can provide a sample project (without
Wagtail) which reproduces the issue.
The ordering field is only pre-filled for initial forms from
a19ed8aea395e8e07164ff7d85bd7dff2f24edca (2008).
--
Ticket URL: <https://code.djangoproject.com/ticket/34307#comment:2>