nnseva / django-leaflet-admin-list

The Django Leaflet Admin List package provides an admin list view featured by the map and bounding box filter for the geo-based data of the GeoDjango.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Replace Media by the get_media override

nnseva opened this issue · comments

The Media class in the mixin is overridden by the Media class of the final ancestor. We can use the get_media method instead to combine ancestor media with the mixin media transparently.