shinneider / django-admin-inline-paginator

MIT License
127 stars 21 forks source link

TabularInlinePaginated missing delete button #19

Closed PyB1l closed 2 years ago

PyB1l commented 2 years ago

It seems that delete checkbox is missing from inline forms

PyB1l commented 2 years ago

It seems that we can enable this feature by setting can_delete attribute as TrueinTabularInlinePaginated`