summaryrefslogtreecommitdiff
path: root/tests/gis_tests/geoapp/test_serializers.py
AgeCommit message (Expand)Author
2024-12-11Fixed #35989 -- Removed crs from GeoJSON serializer.Jeremy Thompson
2023-08-22Removed unnecessary trailing commas in tests.konsti
2022-06-01Fixed #33742 -- Added id to GeoJSON serializer.Samir Shah
2022-02-22Removed redundant QuerySet.all() calls in docs and tests.Nick Pope
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2021-03-23Refs #32353, Refs #32352 -- Fixed GIS tests with PROJ 7.X.Mariusz Felisiak
2017-05-04Made runtests.py run gis_tests only when using a GIS database backend.Tim Graham
2017-01-18Refs #23919 -- Removed encoding preambles and future importsClaude Paroz
2016-06-28Replaced use of TestCase.fail() with assertRaises().Tim Graham
2016-06-18Fixed #26753 -- Made GDAL a required dependency for contrib.gisClaude Paroz
2016-04-08Fixed E128 flake8 warnings in tests/.Tim Graham
2016-02-24Fixed #26266 -- Output the primary key in the GeoJSON serializer propertiesClaude Paroz
2016-01-28Fixed #26138 -- Ensured geometry_field's geometry is always serializedClaude Paroz
2015-07-20Fixed #25141 -- Diminished GDAL dependence during geojson serializationClaude Paroz
2015-04-24Removed many HAS_GEOS conditional importsClaude Paroz
2015-02-11Moved contrib.gis tests out of contrib.Tim Graham