From my experience, template_name is often the only modification of widget, when its need to be customized. And it is require creation of subclass of the widget class. I think it makes sense, to include template_name in __init__ signature of widget class.
From my experience,
template_name
is often the only modification of widget, when its need to be customized. And it is require creation of subclass of the widget class. I think it makes sense, to includetemplate_name
in__init__
signature of widget class.