nnseva / django-access

Django-Access - the application introducing dynamic evaluation-based instance-level (row-level) access rights control for Django
GNU Lesser General Public License v3.0
78 stars 6 forks source link

Fix standard has_perm calls #1

Closed nnseva closed 6 years ago

nnseva commented 6 years ago

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.

nnseva commented 6 years ago

The modified authentication backend has been implemented

nnseva commented 6 years ago

Tests added, the package has been issued