django-nested-inline icon indicating copy to clipboard operation
django-nested-inline copied to clipboard

Don't exclude inline if has view permission

Open scottgigante opened this issue 2 years ago • 0 comments
trafficstars

Currently, inlines with view permission are silently excluded by NestedModelAdmin where they would not be excluded by django.contrib.admin.ModelAdmin. This PR fixes that.

scottgigante avatar Nov 22 '23 19:11 scottgigante