Changelist template mixin
ChangeListCustomTemplateNameAdminMixin
Simple mixin to made auto-generatable template paths out of template name.
It mimics default django admin template resolving behavior, but it changes
default change_list
template name to thw one from
self.change_list_template_name
attribute.
This mixin does not included in AllAdmin
.