﻿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
33028	ModelAdmin.init has self.opts, but it still nowerewhere else in django.admin.contrib.options not used	Maxim Danilov	Marcelo Galigniana	"At thirst:
{{{
ModelAdmin.__init__():
        self.model = model
        self.opts = model._meta
}}}

after that i see it more than 40 times in django.admin.contrib.options.py
...
{{{
 def __str__(self):
        return ""%s.%s"" % (self.model._meta.app_label, self.__class__.__name__)  # r.n. 593
}}}
...
{{{
info = self.model._meta.app_label, self.model._meta.model_name  # r.n. 620
}}}
It's easy to change with find/replace"	Cleanup/optimization	closed	contrib.admin	3.2	Normal	fixed	admin, modeladmin		Ready for checkin	1	0	0	0	1	0
