Django permissions that work with QuerySets.
Project description
Who would cross the Bridge of Deathmust answer me these questions three,ere the other side he see.—The Bridgekeeper, Monty Python and the Holy Grail
Bridgekeeper is a permissions library for Django projects, where permissions are defined in your code, rather than in your database.
It’s heavily inspired by django-rules, but with one important difference: it works on QuerySets as well as individual model instances.
This means that you can efficiently show a list of all of the model instances that your user is allowed to edit, for instance, without having your permission-checking code in two different places.
Bridgekeeper is tested on Django 2.2 and 3.0 on all Python versions Django supports, and is licensed under the MIT License.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for bridgekeeper-0.9-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | d3e2c9a39736595d4ece5044d739bd58ab7e30e34637b512cea09b935f0245e1 |
|
MD5 | baaca8eacb2c031ac8e6b2f067ed24ae |
|
BLAKE2b-256 | 55a29dc65ae1fe79f656733c59ed17339d9b60b3cae3dfa6f638f2b75b29e4d8 |