summaryrefslogtreecommitdiff
path: root/django/contrib/gis/admin/__init__.py
AgeCommit message (Expand)Author
2023-01-17Refs #27674 -- Removed django.contrib.gis.admin.OpenLayersWidget per deprecat...Mariusz Felisiak
2023-01-17Refs #27674 -- Removed GeoModelAdmin and OSMGeoAdmin per deprecation timeline.Mariusz Felisiak
2022-04-22Refs #27674 --- Deprecated django.contrib.gis.admin.OpenLayersWidget.Mariusz Felisiak
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2021-09-17Fixed #27674 -- Deprecated GeoModelAdmin and OSMGeoAdmin.Giannis Adamopoulos
2021-02-22Refs #16117 -- Made @action and @display decorators importable from django.co...Nick Pope
2015-08-03Made the @register decorator importable from contrib.gis.admin.aroche
2015-06-27Sorted imports in __init__.py files.Tim Graham
2015-05-15Added contrib.gis.admin.__all__Tim Graham
2015-04-24Delayed GDAL check for OSMGeoAdminClaude Paroz
2013-11-02Fixed #21302 -- Fixed unused imports and import *.Tim Graham
2008-10-26Fixed #9391 -- `AdminSite` and `ModelAdmin` now exposed in `django.contrib.gi...Justin Bronn
2008-08-05Merged the gis branch into trunk.Justin Bronn