Skip to content

Latest commit

 

History

History
executable file
·
68 lines (46 loc) · 1.68 KB

CHANGES.rst

File metadata and controls

executable file
·
68 lines (46 loc) · 1.68 KB

Changelog

Version 0.9 [unreleased]

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

  • #53: Added support for PATCH requests in GeoFeatureModelSerializer

Version 0.8.1

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

Version 0.8

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

Version 0.7

  • 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

  • Added compatibility to django-rest-framework 2.4.3

Version 0.5

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

Version 0.4

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

Version 0.3

  • added compatibility with DRF 2.3.14

Version 0.2

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

Version 0.1

  • first release