Description
Control Django permissions at the individual object level instead of only by model or global role. It helps applications decide exactly which users or groups may view, change, or manage each record.
This is security-sensitive authorization infrastructure. Projects should test permission checks on list, detail, API, admin, and background paths so private objects are not exposed through an overlooked query.