index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
contrib
/
gis
/
serializers
Age
Commit message (
Expand
)
Author
2024-12-11
Fixed #35989 -- Removed crs from GeoJSON serializer.
Jeremy Thompson
2022-06-01
Fixed #33742 -- Added id to GeoJSON serializer.
Samir Shah
2022-02-07
Refs #33476 -- Refactored code to strictly match 88 characters line length.
Mariusz Felisiak
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2021-11-15
Fixed #33287 -- Made GeoJSON serializer use json.loads() instead of eval().
Maxim Piskunov
2018-09-28
Refs #28909 -- Simplifed code using unpacking generalizations.
Sergey Fedoseev
2017-05-04
Fixed #28160 -- Prevented hiding GDAL exceptions when it's not installed.
Tim Graham
2017-01-25
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2017-01-19
Refs #23919 -- Stopped inheriting from object to define new style classes.
Simon Charette
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2016-06-18
Fixed #26753 -- Made GDAL a required dependency for contrib.gis
Claude Paroz
2016-04-04
Fixed W503 flake8 warnings.
Tim Graham
2016-02-24
Fixed #26266 -- Output the primary key in the GeoJSON serializer properties
Claude Paroz
2016-01-28
Fixed #26138 -- Ensured geometry_field's geometry is always serialized
Claude Paroz
2015-07-20
Fixed #25141 -- Diminished GDAL dependence during geojson serialization
Claude Paroz
2015-07-14
Fixed #24716 -- Deprecated Field._get_val_from_obj()
Thomas Stephenson
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2014-11-15
Added a new GeoJSON serialization format for GeoDjango
Claude Paroz