summaryrefslogtreecommitdiff
path: root/tests/gis_tests/geoadmin/tests.py
AgeCommit message (Expand)Author
2023-08-01Fixed #32820 -- Added aria-invalid="true" to fields with errors.Gregor Jerše
2023-07-07Fixed #9602 -- Added AdminSite.get_model_admin().Mariusz Felisiak
2022-08-01Refs #25706 -- Removed inline CSS in the openlayers widget template.Claude Paroz
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2021-12-20Refs #27674 -- Added tests for GISModelAdmin.gis_widget_kwargs.Alexander Filimonov
2021-09-17Fixed #27674 -- Deprecated GeoModelAdmin and OSMGeoAdmin.Giannis Adamopoulos
2021-03-02Refs #21429 -- Added SimpleTestCase.assertNoLogs() on Python < 3.10.François Freitag
2018-11-27Switched TestCase to SimpleTestCase in GIS tests.Tim Graham
2018-05-07Replaced django.test.utils.patch_logger() with assertLogs().Claude Paroz
2017-05-04Made runtests.py run gis_tests only when using a GIS database backend.Tim Graham
2017-01-18Refs #23919 -- Removed six.<various>_types usageClaude Paroz
2017-01-18Refs #23919 -- Removed encoding preambles and future importsClaude Paroz
2016-11-10Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.za
2016-08-08Fixed #27024 -- Prevented logging error with empty string as geometry widget ...Claude Paroz
2016-06-18Fixed #26753 -- Made GDAL a required dependency for contrib.gisClaude Paroz
2016-03-11Fixed #25865 -- Made OSMGeoAdmin require GDAL only if transformation is needed.Sergey Fedoseev
2015-04-24Removed many HAS_GEOS conditional importsClaude Paroz
2015-04-15Updated tests to stop leaking models in shared AdminSite.Riccardo Magliocchetti
2015-02-11Moved contrib.gis tests out of contrib.Tim Graham