Releases: openwisp/django-rest-framework-gis
Releases · openwisp/django-rest-framework-gis
0.11.2 [2017-05-22]
22 May 09:42
Compare
Sorry, something went wrong.
No results found
eb54fc0 : GeometryFilter now use BaseGeometryWidget
33a6418 : fixed tests for Django 1.11: Point comparison uses srid
0.11.1 [2017-05-05]
05 May 09:00
Compare
Sorry, something went wrong.
No results found
#119 : Added support to "all " fields in serializer
#130 : Added compatibility with DRF 3.6
v0.11.0
22 Nov 12:27
Compare
Sorry, something went wrong.
No results found
#106 : dropped support for django 1.7
#117 : added support for django-filter 0.15
6479949 : fixed tests for latest DRF 3.5 version
35e3b87 : added official support to django 1.10
v0.10.1
06 Jan 12:18
Compare
Sorry, something went wrong.
No results found
#93 skipped a few tests if spatialite DB backend is being used
#95 fixed misunderstanding regarding 0.9.6 DRF compatibility in README
#96 added missing assets in python package source tarball
v0.10.0
07 Dec 17:26
Compare
Sorry, something went wrong.
No results found
#87 dropped support for old django versions and python 2.6
v0.9.6
02 Nov 13:22
Compare
Sorry, something went wrong.
No results found
#82 : avoid KeyError id field not in fields (bug introduced in 0.9.5)
fbaf9b1 : improved documentation for new default id_field behaviour
#84 : switched to assertAlmostEqual in test_post_location_list_EWKT to ease testing for debian package
#85 : fixed serialization of properties holding None values (bug introduced in 0.9.5)
#86 : updated advertised compatibility to include python 3.5
v0.9.5
12 Oct 15:45
Compare
Sorry, something went wrong.
No results found
#71 : added possibility to override GeoJSON properties in GeoFeatureModelSerializer
52e15a5 : Added default page_size_query_param in GeoJsonPagination
v0.9.4
08 Sep 08:29
Compare
Sorry, something went wrong.
No results found
#68 : ensure not having drf-gis in INSTALLED_APPS works anyway
#76 : avoid pickle errors in GeoJsonDict
#75 : return GEOSGeometry instead of geojson property
v0.9.3
22 Jul 17:04
Compare
Sorry, something went wrong.
No results found
04fd1bf : Added GeoJsonPagination
fe47d86 : Improved ValidationError message of GeometryField
a3ddd3d : Improved serialization performance between 25% and 29%
fb6ed36 : GeoModelSerializer deprecated because obsolete
#66 : geometry now allows None values according to the GeoJSON spec
#67 : discern False or empty string values from None in GeoFeatureModelSerializer
v0.9.2
15 Jul 13:24
Compare
Sorry, something went wrong.
No results found
#59 : Added GeometrySerializerMethodField
3fa2354> : removed broken/obsolete/untested code