--
Ticket URL: <https://code.djangoproject.com/ticket/29436>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--
Ticket URL: <https://code.djangoproject.com/ticket/29436#comment:1>
* status: new => closed
* resolution: => needsinfo
Old description:
> admin change_form.html in prepopulated_fields_js template tag always call
> every empty_form in inline_admin_formset,
> thats take too much time, while every empty_form make __init__ the second
> time.
> The first time empty_form make __init__ for formset.render in template.
New description:
admin change_form.html in prepopulated_fields_js template tag always call
every empty_form in inline_admin_formset,
thats take too much time, while every empty_form make `__init__` the
second time.
The first time empty_form make `__init__` for `formset.render` in
template.
--
Comment:
It's difficult for me to understand your report. Can you propose a patch?
That would help clarify, I think.
--
Ticket URL: <https://code.djangoproject.com/ticket/29436#comment:2>