Hi, I asked a question on stackoverflow <https://stackoverflow.com/questions/54110419/> but I will ask also on this group just in case.
Using ModelAdmin.list_editable <https://docs.djangoproject.com/en/2.1/ref/contrib/admin/#django.contrib.admin.ModelAdmin.list_editable> I can edit the fields of records listed in a list view of django admin, in a way similar to what is done with InlineModelAdmin. Using InlineModelAdmin.extra <https://docs.djangoproject.com/en/2.1/ref/contrib/admin/#django.contrib.admin.InlineModelAdmin.extra> I can show forms to add new records in inline models admin view. How can I show similar empty forms in the admin list view in order to add new records? Thanks -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/cc40e752-0b45-4392-afda-c9500ba1c0fb%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

