-
Notifications
You must be signed in to change notification settings - Fork 114
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Valid for Django 4.2 #143
Comments
Hi, it should be. If you face any issues, please mention them here. |
My point being, doesn't Django provide these out of the box now ? Or does |
@anjanesh I see. Which feature of Django 4+ makes permissions role-based? |
Something I got done using extending Django's default User Model - https://anjane.sh/user-model - Modifying AUTH_USER_MODEL in Django for a brand new Django project Isn't this what's role based permission is all about ? I can make selections based on currently logged-in user's roles and groups :
|
Is
django-role-permissions
still valid for Django 4.2 ?The text was updated successfully, but these errors were encountered: