django-admin-view-permission icon indicating copy to clipboard operation
django-admin-view-permission copied to clipboard

Readme not quite accurate

Open jguluarte opened this issue 6 years ago • 2 comments

The documentation on how to upgrade to new django and uninstall the view permissions is not quite accurate.

If the view_* permissions are included in a permission group, the delete queryset fails to run. Please update to include a way to additionally remove the permissions from any associated group.

jguluarte avatar Feb 28 '19 18:02 jguluarte

After additional investigation, it seems that django creates the same permission as this package used...so perhaps don't suggest deleting anything at all?

jguluarte avatar Feb 28 '19 19:02 jguluarte

It would make sense if the version you refered to was 2.1+

Bulletninja avatar May 28 '20 21:05 Bulletninja