﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
32001	Pass obj to user.has_perm() in ModelAdmin	Alexander Todorov	nobody	"ModelAdmin calls use.has_perm() without passing the underlying object when present. This is valid for 
has_change_permission(), has_delete_permission() and has_view_permission() methods. 

As-is applications which use backends providing object level permissions, like django-guardian can't rely on the built-in functionality of the admin panel (like edit/delete) to take into account the permissions assigned on the object.

Related tickets #11383 and #13539


POC PR https://github.com/django/django/pull/13418 (still WIP at the time of writing)."	New feature	closed	contrib.admin	3.1	Normal	duplicate			Unreviewed	0	0	0	0	0	0
