﻿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
26954	has_module_permission set to False on ModelAdmin raises 403 Forbidden error when visiting its app page	bhch	Halil Kaya	"Suppose an app has 2 (or more) models, and we hide one model from the admin index page by returning `False` in `has_module_permission` method of `ModelAdmin`. Now, if we visit the admin index page, we see all the models under our app except the one we hid. So far so good.

But if we visit the app page (at /admin/<app_label>/) we get a `403 Forbidden` error. Whereas one would expect to see the app page with the models listed there, except of course the hidden ones.
"	Bug	closed	contrib.admin	1.8	Normal	fixed		django@…	Accepted	1	0	0	0	0	0
