FICHA · MANJARO

python-django-guardian

Per object permissions for Django

  • Library
  • Dev
  • Web
  • SECURITY
  • Dependency only
official+codex · reviewed · May 28, 2026 description in en

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.

Permissions

Permissions not analysed for this source yet.