Opened 7 years ago
Last modified 6 years ago
#29436 closed Cleanup/optimization
admin change_form.html in prepopulated_fields_js template tag always call secont time every empty_form in inline_admin_formset — at Initial Version
Reported by: | Maxim Danilov | Owned by: | nobody |
---|---|---|---|
Component: | contrib.admin | Version: | 2.0 |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
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.
Note:
See TracTickets
for help on using tickets.