| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-08-01 | Fixed #32820 -- Added aria-invalid="true" to fields with errors. | Gregor Jerše | |
| Co-authored-by: Demetris Stavrou <demestav@gmail.com> Co-authored-by: David Smith <smithdc@gmail.com> | |||
| 2023-07-07 | Fixed #9602 -- Added AdminSite.get_model_admin(). | Mariusz Felisiak | |
| This allows retrieving an admin class for the given model class without using internal attributes. | |||
| 2022-08-01 | Refs #25706 -- Removed inline CSS in the openlayers widget template. | Claude Paroz | |
| 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 | |
| Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com> | |||
| 2021-03-02 | Refs #21429 -- Added SimpleTestCase.assertNoLogs() on Python < 3.10. | François Freitag | |
| 2018-12-31 | Updated test URL patterns to use path() and re_path(). | Tim Graham | |
| 2018-11-27 | Switched TestCase to SimpleTestCase in GIS tests. | Tim Graham | |
| 2018-05-07 | Replaced django.test.utils.patch_logger() with assertLogs(). | Claude Paroz | |
| Thanks Tim Graham for the review. | |||
| 2017-05-04 | Made runtests.py run gis_tests only when using a GIS database backend. | Tim Graham | |
| This facilitates other changes like refs #28160. | |||
| 2017-01-18 | Refs #23919 -- Removed six.<various>_types usage | Claude Paroz | |
| Thanks Tim Graham and Simon Charette for the reviews. | |||
| 2017-01-18 | Refs #23919 -- Removed python_2_unicode_compatible decorator usage | Claude Paroz | |
| 2017-01-18 | Refs #23919 -- Removed encoding preambles and future imports | Claude Paroz | |
| 2016-11-15 | Refs #26753 -- Removed obsolete workarounds in GIS tests for lack of GDAL. | Adam Chainz | |
| Missed in f7a363ee1d2039824d95f35e54219e09c5af67b0. | |||
| 2016-11-10 | Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings. | za | |
| 2016-08-08 | Fixed #27024 -- Prevented logging error with empty string as geometry widget ↵ | Claude Paroz | |
| value Thanks Gavin Wahl for the report, and Tim Graham for the review. | |||
| 2016-06-18 | Fixed #26753 -- Made GDAL a required dependency for contrib.gis | Claude Paroz | |
| Thanks Tim Graham for the review. | |||
| 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-24 | Removed many HAS_GEOS conditional imports | Claude Paroz | |
| 2015-04-18 | Stopped conditional discovery of gis_tests apps | Claude Paroz | |
| Refs #23879. | |||
| 2015-04-15 | Updated tests to stop leaking models in shared AdminSite. | Riccardo Magliocchetti | |
| This would break upcoming changes and AdminSite assumptions about having an app_config for each application that has registered models. | |||
| 2015-03-21 | Revert "Removed unneeded app_label definitions in gis_tests" | Claude Paroz | |
| This reverts commit e0cc36f615f70061e034f5ba3f4e75330f51d3ca. The problem is the following: * With non-gis backends, gis_tests sub apps are not discovered (see runtests.py) * Consequently, the app_label is inferred from the gis_tests AppConfig * Then models with same names in different sub apps conflict because of same model_name/app_label pair. | |||
| 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 | |
