bridgekeeper
bridgekeeper copied to clipboard
Django permissions, but with QuerySets
[](https://renovatebot.com) Welcome to [Renovate](https://togithub.com/renovatebot/renovate)! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin. 🚦 To activate Renovate, merge this Pull Request....
Bumps [pytest](https://github.com/pytest-dev/pytest) from 5.4.3 to 6.1.2. Release notes Sourced from pytest's releases. 6.1.2 pytest 6.1.2 (2020-10-28) Bug Fixes #7758: Fixed an issue where some files in packages are getting lost...
Bumps [djangorestframework](https://github.com/encode/django-rest-framework) from 3.11.0 to 3.12.4. Commits 0323d6f Linting fixes (#7874) f83620d Version 3.12.4 (#7873) 72c155d Revert "pick deque instead of list (#7849)" (#7872) dffa612 Fix release notes typo 83ad265...
Bumps [django](https://github.com/django/django) from 2.2.13 to 2.2.28. Commits 5c33000 [2.2.x] Bumped version for 2.2.28 release. 29a6c98 [2.2.x] Fixed CVE-2022-28347 -- Protected QuerySet.explain(**options) against... 2c09e68 [2.2.x] Fixed CVE-2022-28346 -- Protected QuerySet.annotate(), aggregate(),...
Bumps [sphinx-rtd-theme](https://github.com/readthedocs/sphinx_rtd_theme) from 0.5.0 to 1.0.0. Changelog Sourced from sphinx-rtd-theme's changelog. 1.0.0 Incompatible Changes The minimum supported python version is now 2.7 or 3.4 and greater (#1093) The minimum supported...
Bumps [prospector](https://github.com/PyCQA/prospector) from 1.2.0 to 1.3.1. Release notes Sourced from prospector's releases. 1.3.1 PyCQA/prospector#390 Updating Vulture API usage for newer versions of Vulture PyCQA/prospector#394 Update pylint and pylint-django 1.3.1.dev1 Pin...
Bumps [pytest-django](https://github.com/pytest-dev/pytest-django) from 3.9.0 to 4.5.2. Release notes Sourced from pytest-django's releases. 4.5.2 https://pytest-django.readthedocs.io/en/latest/changelog.html#v4-5-2-2021-12-07 4.5.1 https://pytest-django.readthedocs.io/en/latest/changelog.html#v4-5-1-2021-12-02 4.5.0 https://pytest-django.readthedocs.io/en/latest/changelog.html#v4-5-0-2021-12-01 4.3.0 https://pytest-django.readthedocs.io/en/latest/changelog.html#v4-3-0-2021-05-15 4.1.0 https://pytest-django.readthedocs.io/en/latest/changelog.html#v4-1-0-2020-10-22 4.0.0 https://pytest-django.readthedocs.io/en/latest/changelog.html#v4-0-0-2020-10-16 Changelog Sourced from pytest-django's changelog. v4.5.2...
Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 3.1.1 to 3.5.4. Changelog Sourced from sphinx's changelog. Release 3.5.4 (released Apr 11, 2021) Dependencies #9071: Restrict docutils to 0.16 Bugs fixed #9078: autodoc: Async staticmethods and...
This PR add the useful `has_perm` templatetags, similar to django rules. Usage example: ``` {% has_perm "app.action" request.user object as can_do_action %} {% if can_do_action %} Do stuff {% endif...
Hello! If I understood correctly the code and the changelog, the `R` rule should be used instead of the old `Attribute` one. Here is a small documentation fix for this....