Skip to content

Latest commit

 

History

History
145 lines (101 loc) · 7.02 KB

CHANGES.rst

File metadata and controls

145 lines (101 loc) · 7.02 KB

Changelog

Version 0.11.2 [2017-05-22]

  • eb54fc0: GeometryFilter now use BaseGeometryWidget
  • 33a6418: fixed tests for Django 1.11: Point comparison uses srid

Version 0.11.1 [2017-05-05]

  • #119: Added support to "__all__" fields in serializer
  • #130: Added compatibility with DRF 3.6

Version 0.11.0 [2016-11-22]

  • #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

Version 0.10.1 [2016-01-06]

  • #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

Version 0.10.0 [2015-12-07]

  • #87 dropped support for old django versions and python 2.6

Version 0.9.6 [2015-11-02]

  • #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

Version 0.9.5 [2015-10-12]

  • #71: added possibility to override GeoJSON properties in GeoFeatureModelSerializer
  • 52e15a5: Added default page_size_query_param in GeoJsonPagination

Version 0.9.4 [2015-09-08]

  • #68: ensure not having drf-gis in INSTALLED_APPS works anyway
  • #76: avoid pickle errors in GeoJsonDict
  • #75: return GEOSGeometry instead of geojson property

Version 0.9.3 [2015-07-22]

  • 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

Version 0.9.2 [2015-07-15]

  • #59: Added GeometrySerializerMethodField
  • 3fa2354: removed broken/obsolete/untested code

Version 0.9.1 [2015-06-28]

  • #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

Version 0.9 [2015-05-31]

  • #55: Fixed exception in DistanceToPointFilter in case of invalid point
  • #58: Fixed handling of None values in GeoFeatureModelSerializer to avoid problems with FileField and ImageField
  • #57: Added support for GeoJSON Bounding Boxes in GeoFeatureModelSerializer

Version 0.8.2 [2015-04-29]

  • #53: Added support for PATCH requests in GeoFeatureModelSerializer

Version 0.8.1 [2015-03-25]

  • Added compatibility with django-rest-framework 3.1.x
  • Added compatibility with django 1.8 (RC1)

Version 0.8 [2015-03-03]

  • Added compatibility with django-rest-framework 3.x

Version 0.7 [2014-10-03]

  • upgraded development status classifer to Beta
  • avoid empty string in textarea widget if value is None
  • allow field definition in GeoFeatureModelSerializer to be list

Version 0.6 [2014-09-24]

  • Added compatibility to django-rest-framework 2.4.3

Version 0.5 [2014-09-07]

  • added TMSTileFilter
  • added DistanceToPointFilter
  • renamed InBBOXFilter to InBBoxFilter
  • added compatibility with DRF 2.4.0

Version 0.4 [2014-08-25]

  • python3 compatibility
  • improved DRF browsable API HTML widget (textarea instead of text input)

Version 0.3 [2014-07-07]

  • added compatibility with DRF 2.3.14

Version 0.2 [2014-03-18]

  • geofilter support
  • README in restructured text for pypi
  • updated python package info

Version 0.1 [2013-12-30]

  • first release