Skip to content

Releases: openwisp/django-rest-framework-gis

0.11.1 [2017-05-05]

05 May 09:00
Compare
Choose a tag to compare
  • #119: Added support to "all" fields in serializer
  • #130: Added compatibility with DRF 3.6

v0.11.0

22 Nov 12:27
Compare
Choose a tag to compare
  • #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
Choose a tag to compare
  • #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
Choose a tag to compare
  • #87 dropped support for old django versions and python 2.6

v0.9.6

02 Nov 13:22
Compare
Choose a tag to compare
  • #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
Choose a tag to compare
  • #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
Choose a tag to compare
  • #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
Choose a tag to compare
  • 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
Choose a tag to compare
  • #59: Added GeometrySerializerMethodField
  • 3fa2354>: removed broken/obsolete/untested code

v0.9.1

28 Jun 10:42
Compare
Choose a tag to compare
  • #63: added compatibility with python 3.2 and updated compatibility table in README
  • #60: ensure GeoJSON is rendered correctly in browsable API when using python 2
  • #62: updated django-rest-framework requirement to 3.1.3