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
/
tests
/
gis_tests
/
geoadmin
/
models.py
Age
Commit message (
Expand
)
Author
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2021-12-20
Refs #27674 -- Added tests for GISModelAdmin.gis_widget_kwargs.
Alexander Filimonov
2021-09-17
Fixed #27674 -- Deprecated GeoModelAdmin and OSMGeoAdmin.
Giannis Adamopoulos
2017-05-04
Made runtests.py run gis_tests only when using a GIS database backend.
Tim Graham
2017-01-18
Refs #23919 -- Removed python_2_unicode_compatible decorator usage
Claude Paroz
2016-11-15
Refs #26753 -- Removed obsolete workarounds in GIS tests for lack of GDAL.
Adam Chainz
2016-06-18
Fixed #26753 -- Made GDAL a required dependency for contrib.gis
Claude Paroz
2016-03-11
Removed unneeded GeoManagers in tests.
Tim Graham
2016-03-11
Fixed #25865 -- Made OSMGeoAdmin require GDAL only if transformation is needed.
Sergey Fedoseev
2015-04-24
Delayed GDAL check for OSMGeoAdmin
Claude Paroz
2015-04-18
Stopped conditional discovery of gis_tests apps
Claude Paroz
2015-04-15
Updated tests to stop leaking models in shared AdminSite.
Riccardo Magliocchetti
2015-03-21
Revert "Removed unneeded app_label definitions in gis_tests"
Claude Paroz
2015-03-21
Removed unneeded app_label definitions in gis_tests
Claude Paroz
2015-02-11
Moved contrib.gis tests out of contrib.
Tim Graham