dry-rest-permissions
dry-rest-permissions copied to clipboard
Rules based permissions for the Django Rest Framework
Bumps [wheel](https://github.com/pypa/wheel) from 0.24.0 to 0.38.1. Changelog Sourced from wheel's changelog. Release Notes UNRELEASED Updated vendored packaging to 22.0 0.38.4 (2022-11-09) Fixed PKG-INFO conversion in bdist_wheel mangling UTF-8 header values...
How do you check if user has permission to edit/view a specific field in serializer?
The last commit for this project is from over a year and a half ago and a PR for adding support for new versions of Python, DRF, and Django has...
Thanks a lot for your work on this very useful library. According to [.travis.yml](https://github.com/dbkaplan/dry-rest-permissions/blob/master/.travis.yml), a lot of version combinations are tested: ```yml env: - TOX_ENV=py27-flake8 - TOX_ENV=py27-docs - TOX_ENV=py27-django1.8-drf3.5 -...
I thought I'd start a small attempt at fixing #56.
Currently the project description says: `UNKNOWN` https://pypi.org/project/dry-rest-permissions/ Better, would be to read the README.md and use that as the description. - https://stackoverflow.com/a/26737258 - https://packaging.python.org/guides/making-a-pypi-friendly-readme/
Wrong behaviour on custom view that return an instance of a Model without has_read/write permissions
My use case is that I have an endpoint `/v1/widget/100` that returns the Widget model which has `has_object_read_permission`. This works as expected. I've added a new custom route to the...
For my needs this PR solves #21. @peroxid s fix did not work for me.
This should fix issue #21