summaryrefslogtreecommitdiff
path: root/tests/gis_tests/test_geoforms.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #33924 -- Deprecated BaseGeometryWidget.map_height/map_width attributes.Claude Paroz2022-08-121-0/+17
* Refs #25706 -- Removed inline CSS in the openlayers widget template.Claude Paroz2022-08-011-2/+2
* Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak2022-02-071-1/+2
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-162/+209
* Fixed #32873 -- Deprecated settings.USE_L10N.Claude Paroz2021-09-141-1/+1
* Refs #32353, Refs #32352 -- Fixed GIS tests with PROJ 7.X.Mariusz Felisiak2021-03-231-1/+3
* Fixed #21021 -- Changed BaseGeometryWidget's default geometry type to 'Geomet...Giannis Adamopoulos2020-11-281-0/+4
* Added assertion for geom_type in BaseGeometryWidget.get_context().Giannis Adamopoulos2020-11-281-1/+5
* Fixed #30678 -- Added support for GDAL 3.Claude Paroz2020-05-121-1/+1
* Refs #30116 -- Simplified regex match group access with Match.__getitem__().Jon Dufresne2020-05-111-1/+1
* Changed django.forms.ValidationError imports to django.core.exceptions.Valida...François Freitag2020-04-281-4/+4
* Fixed some typos in comments and docs.Min ho Kim2019-10-021-1/+1
* Fixed #29978 -- Catched GDALException in GeometryField.to_pythonClaude Paroz2018-11-231-8/+20
* Replaced django.test.utils.patch_logger() with assertLogs().Claude Paroz2018-05-071-4/+3
* Fixed #29116 -- Fixed OpenLayersWidget deserialization ignoring the widget ma...Claude Paroz2018-04-021-5/+14
* Refs #27804 -- Used subTest() in several tests.Bruno Alla2017-05-241-8/+12
* Fixed #28195 -- Added OSMWidget.default_zoom attribute.Danilo Bargen2017-05-141-1/+5
* Simplified test for OSMWidget.default_lon/lat.Tim Graham2017-05-141-8/+3
* Made runtests.py run gis_tests only when using a GIS database backend.Tim Graham2017-05-041-5/+1
* Fixed #28105 -- Fixed crash in BaseGeometryWidget.get_context() when overridi...Dylan Verheul2017-04-301-0/+7
* Fixed #28039 -- Fixed crash in BaseGeometryWidget.subwidgets().Tim Graham2017-04-201-1/+21
* Fixed #27965 -- Fixed precision comparison in a geoforms test (refs #27939).Sergey Fedoseev2017-03-211-3/+3
* Fixed #27939 -- Updated OpenLayersWidget.map_srid for OpenLayers 3.Tim Graham2017-03-171-3/+5
* Refs #23919 -- Removed six.<various>_types usageClaude Paroz2017-01-181-1/+1
* Refs #25004 -- Fixed test failure introduced by OpenLayers 3 update.Claude Paroz2017-01-031-5/+9
* Fixed #25004 -- Updated OpenLayers-based widget to OpenLayers 3Claude Paroz2017-01-021-2/+2
* Fixed #26920 -- Made GEOSGeometry equality check consider the sridJackie Leng2016-11-231-5/+10
* Fixed #27463 -- Fixed E741 flake8 warnings.Ramin Farajpour Cami2016-11-141-4/+4
* Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.za2016-11-101-1/+0
* Fixed #27024 -- Prevented logging error with empty string as geometry widget ...Claude Paroz2016-08-081-0/+43
* Fixed #26753 -- Made GDAL a required dependency for contrib.gisClaude Paroz2016-06-181-7/+0
* Refs #26022 -- Replaced six.assertRaisesRegex with assertRaisesMessage as app...Hasan2016-01-291-3/+1
* Refs #26022 -- Used context manager version of assertRaises in tests.Hasan2016-01-291-3/+6
* Fixed #20415 -- Ensured srid isn't localized in OpenLayers JavaScript.Tim Graham2016-01-281-1/+4
* Removed many HAS_GEOS conditional importsClaude Paroz2015-04-241-5/+2
* Stopped conditional discovery of gis_tests appsClaude Paroz2015-04-181-1/+2
* Moved contrib.gis tests out of contrib.Tim Graham2015-02-111-0/+335