index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
contrib
/
gis
/
admin
/
__init__.py
Age
Commit message (
Expand
)
Author
2023-01-17
Refs #27674 -- Removed django.contrib.gis.admin.OpenLayersWidget per deprecat...
Mariusz Felisiak
2023-01-17
Refs #27674 -- Removed GeoModelAdmin and OSMGeoAdmin per deprecation timeline.
Mariusz Felisiak
2022-04-22
Refs #27674 --- Deprecated django.contrib.gis.admin.OpenLayersWidget.
Mariusz Felisiak
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2021-09-17
Fixed #27674 -- Deprecated GeoModelAdmin and OSMGeoAdmin.
Giannis Adamopoulos
2021-02-22
Refs #16117 -- Made @action and @display decorators importable from django.co...
Nick Pope
2015-08-03
Made the @register decorator importable from contrib.gis.admin.
aroche
2015-06-27
Sorted imports in __init__.py files.
Tim Graham
2015-05-15
Added contrib.gis.admin.__all__
Tim Graham
2015-04-24
Delayed GDAL check for OSMGeoAdmin
Claude Paroz
2013-11-02
Fixed #21302 -- Fixed unused imports and import *.
Tim Graham
2008-10-26
Fixed #9391 -- `AdminSite` and `ModelAdmin` now exposed in `django.contrib.gi...
Justin Bronn
2008-08-05
Merged the gis branch into trunk.
Justin Bronn