Skip to content

Releases: openwisp/django-rest-framework-gis

v0.9

31 May 10:20
Compare
Choose a tag to compare
  • #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

v0.8.2

29 Apr 09:50
Compare
Choose a tag to compare

#53 Added support for PATCH requests in GeoFeatureModelSerializer

v0.8.1

25 Mar 10:33
Compare
Choose a tag to compare

RELEASE NOTES:

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

v0.8

03 Mar 11:31
Compare
Choose a tag to compare

RELEASE NOTES:

v0.7

03 Oct 14:11
Compare
Choose a tag to compare

RELEASE NOTES:

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

v0.6

24 Sep 17:14
Compare
Choose a tag to compare

RELEASE NOTES:

  • Added compatibility to django-rest-framework 2.4.3 #29

thanks to @joaoponceleao and @sephii

v0.5

07 Sep 16:55
Compare
Choose a tag to compare

RELEASE NOTES:

  • added TMSTileFilter by @JesseCrocker
  • added DistanceToPointFilter by @Suz
  • renamed InBBOXFilter to InBBoxFilter
  • ensured compatibility with DRF 2.4.0

v0.4

25 Aug 08:46
Compare
Choose a tag to compare

RELEASE NOTES:

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

v0.3

07 Jul 17:37
Compare
Choose a tag to compare

RELEASE NOTES:

  • compatibility with DRF 2.3.14

v0.2

24 Sep 17:11
Compare
Choose a tag to compare
  • geofilter support
  • README in restructured text for pypi
  • updated python package info