kmmbvnr / django-guardian-ng

Per object permissions for Django
https://django-guardian.readthedocs.io/
Other
1 stars 0 forks source link

Performance Issue in filter_perms_queryset_by_objects #2

Closed kmmbvnr closed 5 months ago

kmmbvnr commented 6 months ago

Original issue: https://github.com/django-guardian/django-guardian/issues/811

kmmbvnr commented 6 months ago

The original code change caused the issue

https://github.com/django-guardian/django-guardian/commit/1c74f2491bd5aba21c8fa9fdcf3cd1cc5c007382

Discussion:

https://github.com/django-guardian/django-guardian/issues/189

cmaggiulli commented 4 months ago

Nice. We have a variety of other performance related issues we’ve patched in our private fork. Mostly around issues with the direct foreign key implementation. Are you interested in those?