﻿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
12441	Delegate module permissions check to AdminSite	Alexander Koshelev	nobody	"Just now only `ModelAdmin` has method like `has_model_perms` to check current user (more generic - request) permissions. But `AdminSite` checks module (application) permissions directly by accessing user's `has_module_perms`.

Given patch extracts this check to `AdminSite` method -- `has_module_perms`. That allows to use custom permission management subsystem to use in the entire admin interface."	New feature	closed	contrib.admin	1.1	Normal	fixed			Accepted	1	0	0	0	0	0
