This commit is contained in:
parent
0e4e35722a
commit
8f02a78695
|
@ -1,12 +1,12 @@
|
|||
from django.contrib.admin import (
|
||||
HORIZONTAL, VERTICAL, AdminSite, ModelAdmin, StackedInline, TabularInline,
|
||||
autodiscover, register, site,
|
||||
action, autodiscover, display, register, site,
|
||||
)
|
||||
from django.contrib.gis.admin.options import GeoModelAdmin, OSMGeoAdmin
|
||||
from django.contrib.gis.admin.widgets import OpenLayersWidget
|
||||
|
||||
__all__ = [
|
||||
'HORIZONTAL', 'VERTICAL', 'AdminSite', 'ModelAdmin', 'StackedInline',
|
||||
'TabularInline', 'autodiscover', 'register', 'site',
|
||||
'TabularInline', 'action', 'autodiscover', 'display', 'register', 'site',
|
||||
'GeoModelAdmin', 'OSMGeoAdmin', 'OpenLayersWidget',
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue