kmmbvnr / django-guardian-ng

Per object permissions for Django
https://django-guardian.readthedocs.io/
Other
1 stars 0 forks source link

I think that PermissionRequiredMixin and PermissionListMixin could be better implemented #28

Open kmmbvnr opened 5 months ago

kmmbvnr commented 5 months ago

Original issue: https://github.com/django-guardian/django-guardian/issues/774

kmmbvnr commented 5 months ago

Indeed to allow mix ofr PermissionListMixin and PermissionRequiredMixin it makes reasonable to allow to use different permission on PermissionListMixin (and fallback to old one it the specific permission not set)