dry-rest-permissions icon indicating copy to clipboard operation
dry-rest-permissions copied to clipboard

Rules based permissions for the Django Rest Framework

Results 23 dry-rest-permissions issues
Sort by recently updated
recently updated
newest added

I am using django-oauth-toolkit for authentication and defining the permission in model class but it is never called when using custom views (i.e. without django rest views). Does this package...

In my get_queryset I return a query set so that only required fields are returned instead of looking up all the fields as I have around 60 columns in my...

Hi, This is a question/feature request. I really like the concept behind this package. However, I'm not sure how one could use it in django's admin. Even though DRF is...