django.admin.geomap
django.admin.geomap copied to clipboard
Mixin?
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.
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.