Getting initial parameters of inline admin model formset using URL

2021-02-12 Thread Carlton Gibson
HI Manav. Thanks for your work on the PR! I think with the new get_formset_kwarg() method in place folks could subclass in order to add initial data. This is in contrast to the issue the PR resolves, where there was no real access point to customise the behaviour. I’d say that’s the right balan

Getting initial parameters of inline admin model formset using URL

2021-02-11 Thread Manav Agarwal
We may pass initial Model admin form parameters using URL, visit https://docs.djangoproject.com/en/3.1/ref/contrib/admin/#django.contrib.admin.ModelAdmin.get_changeform_initial_data for more details. #26607 introduces a hook to customize the initia