Is there a way to capture permission change in Django Guardian?

101 Views Asked by At

I would like to receive a signal after permission is changed on the object level. Django Guardian allows us to set object-level permissions. Based on the permission change, I'd like to perform some actions.

How to receive a signal on object level permission change?

0

There are 0 best solutions below