Should we add DjangoReadOnlyModelPermissions considering DjangoModelPermissions will now require the view permission #9203
Unanswered
ankitchhatbar
asked this question in
Ideas & Suggestions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
After the release of v3.15, DjangoModelPermission changes to allow read access only if you have the view or change permission. Previously, you would get read access if you didn't have those permissions.
There is
DjangoModelPermissionsOrAnonReadOnly
but that also allows read access to anonymous users.I would be happy to implement it
Beta Was this translation helpful? Give feedback.
All reactions