kmmbvnr / django-guardian-ng

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

Improve performance of shortcuts #10

Open kmmbvnr opened 5 months ago

kmmbvnr commented 5 months ago

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

kmmbvnr commented 5 months ago

Provided solution at https://github.com/django-guardian/django-guardian/issues/796#issuecomment-1930997159 requires additional code for handling global permissions

Since it's the modification of this code could leads to subtle bugs, and probably made some use-cases backward incompatible, the issue postponed to 3.0 release

kmmbvnr commented 5 months ago

See also https://github.com/django-guardian/django-guardian/pull/768