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
/
tests
/
gis_tests
/
geoapp
/
test_serializers.py
Age
Commit message (
Expand
)
Author
2024-12-11
Fixed #35989 -- Removed crs from GeoJSON serializer.
Jeremy Thompson
2023-08-22
Removed unnecessary trailing commas in tests.
konsti
2022-06-01
Fixed #33742 -- Added id to GeoJSON serializer.
Samir Shah
2022-02-22
Removed redundant QuerySet.all() calls in docs and tests.
Nick Pope
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2021-03-23
Refs #32353, Refs #32352 -- Fixed GIS tests with PROJ 7.X.
Mariusz Felisiak
2017-05-04
Made runtests.py run gis_tests only when using a GIS database backend.
Tim Graham
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2016-06-28
Replaced use of TestCase.fail() with assertRaises().
Tim Graham
2016-06-18
Fixed #26753 -- Made GDAL a required dependency for contrib.gis
Claude Paroz
2016-04-08
Fixed E128 flake8 warnings in tests/.
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-04-24
Removed many HAS_GEOS conditional imports
Claude Paroz
2015-02-11
Moved contrib.gis tests out of contrib.
Tim Graham