django-nested-inline
django-nested-inline copied to clipboard
Don't exclude inline if has view permission
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.