summaryrefslogtreecommitdiff
path: root/django/contrib/gis/serializers
AgeCommit message (Expand)Author
2024-12-11Fixed #35989 -- Removed crs from GeoJSON serializer.Jeremy Thompson
2022-06-01Fixed #33742 -- Added id to GeoJSON serializer.Samir Shah
2022-02-07Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2021-11-15Fixed #33287 -- Made GeoJSON serializer use json.loads() instead of eval().Maxim Piskunov
2018-09-28Refs #28909 -- Simplifed code using unpacking generalizations.Sergey Fedoseev
2017-05-04Fixed #28160 -- Prevented hiding GDAL exceptions when it's not installed.Tim Graham
2017-01-25Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand
2017-01-19Refs #23919 -- Stopped inheriting from object to define new style classes.Simon Charette
2017-01-18Refs #23919 -- Removed encoding preambles and future importsClaude Paroz
2016-06-18Fixed #26753 -- Made GDAL a required dependency for contrib.gisClaude Paroz
2016-04-04Fixed W503 flake8 warnings.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-07-14Fixed #24716 -- Deprecated Field._get_val_from_obj()Thomas Stephenson
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2014-11-15Added a new GeoJSON serialization format for GeoDjangoClaude Paroz