﻿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
20911	There are still references to `module_name` in contrib.admin	German Larrain	nobody	"Hi.

In app `django.contrib.admin`, deprecated model meta class attribute `module_name` was used a lot. That was a very bad name for what it really was (lowercased model name) and some cleanup efforts were performed. However, in master branch `module_name` is still present albeit in a different form (as a template context variable).

It is calculated in module `options`, methods `changelist_view` (line 1410) and `history_view` (line 1532). It is used in templates `actions` (line 11) and `object_history` (line 8).

Relevant related tickets: [ticket:20853], [ticket:20160], [ticket:15294], [ticket:6903#comment:71] but particularly [ticket:19689]."	Cleanup/optimization	closed	contrib.admin	dev	Normal	wontfix	module_name, model_name		Unreviewed	0	0	0	0	0	0
