- #55: Fixed exception in
DistanceToPointFilter
in case of invalid point - #58: Fixed handling of
None
values inGeoFeatureModelSerializer
to avoid problems withFileField
andImageField
- #57: Added support for GeoJSON Bounding Boxes in
GeoFeatureModelSerializer
- #53: Added support for PATCH requests in
GeoFeatureModelSerializer
- Added compatibility with django-rest-framework 3.1.x
- Added compatibility with django 1.8 (RC1)
- Added compatibility with django-rest-framework 3.x
- upgraded development status classifer to Beta
- avoid empty string in textarea widget if value is None
- allow field definition in GeoFeatureModelSerializer to be list
- Added compatibility to django-rest-framework 2.4.3
- added TMSTileFilter
- added DistanceToPointFilter
- renamed InBBOXFilter to InBBoxFilter
- added compatibility with DRF 2.4.0
- python3 compatibility
- improved DRF browsable API HTML widget (textarea instead of text input)
- added compatibility with DRF 2.3.14
- geofilter support
- README in restructured text for pypi
- updated python package info
- first release