django.admin.geomap icon indicating copy to clipboard operation
django.admin.geomap copied to clipboard

Mixin?

Open sebastian-philipp opened this issue 1 year ago • 1 comments

Hi there,

Much appreciated! You think we could have a django_admin_geomap.ModelAdmin as a mixin? We already use DjangoQLSearchMixin and django_safedelete.SafeDeleteAdmin. There is unfortunately a limit of classes that I can inherent from that are not Mixins.

sebastian-philipp avatar Feb 01 '24 13:02 sebastian-philipp

Hi.

I don't know.

django_admin_geomap.ModelAdmin inherits from Django's admin.ModelAdmin and extends its changelist_view, change_view and add_view methods.

whether there will be conflicts with multiple inheritance from the classes you use - this need to check.

vb64 avatar Feb 01 '24 15:02 vb64