nnseva / django-access

Django-Access - the application introducing dynamic evaluation-based instance-level (row-level) access rights control for Django

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fix standard has_perm calls

nnseva opened this issue · comments

Fix standard has_perm calls to be compatible with packages checking permissions using has_perm call.

There may be a package using calls to the User.has_perm

Probably the own authentication backend should be implemented.

The modified authentication backend has been implemented

Tests added, the package has been issued