You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, permission_condition_met assume the permission func is a simple lambda. The code should be improved such that it can be filtered on the query set.
The rest of the code (and API) can be improved to reduce the number of hits to DB.
The text was updated successfully, but these errors were encountered:
https://github.com/beedesk/django-trusts/blob/master/docs/source/index.rst#permission-conditions
https://github.com/beedesk/django-trusts/blob/master/trusts/backends.py#L87
Currently,
permission_condition_met
assume the permission func is a simple lambda. The code should be improved such that it can be filtered on the query set.The rest of the code (and API) can be improved to reduce the number of hits to DB.
The text was updated successfully, but these errors were encountered: