Depreciated function name left in for compatibility
Assigns permission with given perm for an instance obj and user.
Removes permission perm for an instance obj and given user.
Please note that we do NOT fetch object permission from database - we use Queryset.delete method for removing it. Main implication of this is that post_delete signals would NOT be fired.
Depreciated function name left in for compatibility
Assigns permission with given perm for an instance obj and group.
Removes permission perm for an instance obj and given group.