django-rest-framework-guardian
django-rest-framework-guardian copied to clipboard
django-guardian support for Django REST Framework
This pull request uses #17 as a base (thanks @johnthagen) but also includes Django 4 support. It also removes support for Django 3.0 and 3.1 as they are EOL. The...
@rpkilby Since the last commit/activity on this repo is nearly 2 years old, is this project no longer supported? I would volunteer to help with basic maintenance (make new releases,...
Also fix issue introduced in #12, where Python 3.8 CI job was created, but it was not specified to run on new commits/PRs.
I'm having a bit of trouble following the documentation. I have a question regarding how to deal with the permissions using `django-rest-framework-guardian`. I followed the example in which I add...