django-rest-framework-gis

Geographic add-ons for Django REST Framework. Maintained by the OpenWISP Project.

MIT License

Downloads
175.7K
Stars
1.1K
Committers
74

Bot releases are hidden (Show)

django-rest-framework-gis - v0.8.2

Published by nemesifier over 9 years ago

#53 Added support for PATCH requests in GeoFeatureModelSerializer

django-rest-framework-gis - v0.8.1

Published by nemesifier over 9 years ago

RELEASE NOTES:

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

Published by nemesifier over 9 years ago

RELEASE NOTES:

  • Added compatibility with django-rest-framework 3.x, thanks to @Shanto, @erictheise, @mattxbart
django-rest-framework-gis - v0.7

Published by nemesifier about 10 years ago

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
django-rest-framework-gis - v0.6

Published by nemesifier about 10 years ago

RELEASE NOTES:

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

thanks to @joaoponceleao and @sephii

django-rest-framework-gis - v0.1

Published by nemesifier about 10 years ago

version 0.1 final

django-rest-framework-gis - v0.2

Published by nemesifier about 10 years ago

  • geofilter support
  • README in restructured text for pypi
  • updated python package info
django-rest-framework-gis - v0.5

Published by nemesifier about 10 years ago

RELEASE NOTES:

  • added TMSTileFilter by @JesseCrocker
  • added DistanceToPointFilter by @Suz
  • renamed InBBOXFilter to InBBoxFilter
  • ensured compatibility with DRF 2.4.0
django-rest-framework-gis - v0.4

Published by nemesifier about 10 years ago

RELEASE NOTES:

  • python3 compatibility
  • improved DRF browsable API HTML widget (textarea instead of text input)
django-rest-framework-gis - v0.3

Published by nemesifier over 10 years ago

RELEASE NOTES:

  • compatibility with DRF 2.3.14