Releases: zurek11/django-object-checker
Releases Β· zurek11/django-object-checker
Added kwargs to checker methods
Added possibility to write custom classes (inherited from ABAC and RBAC)
- πβπ¦Ί Added possibility to write custom classes (inherited from ABAC and RBAC).
Added possibility to implement checkers by RBAC or ABAC standards.
1.0.0 : 2020-11-24
- π Added possibility to implement checkers by RBAC or ABAC standards.
π Updated version in pyproject.toml file and fixed date in CHANGELOG.md
0.1.3 : 2020-11-02
- π Updated version in pyproject.toml file and fixed date in CHANGELOG.md.
Fixed issue, when user has no role, but has permissions and object_checker returned false
Fixed issue, when user has no role, but has permissions and object_checker returned false
Pre-release
Pre-release
0.1.2 : 2020-10-05
- πΊ Fixed issue, when user has no role, but has permissions and object_checker returned false.
Changed Django version requirement from 3.0.* to >= 2.0
0.1.1 π§ Changed Django version requirement from 3.0.* to >= 2.0
Initial release
0.1.0 Added new sections to README.md.