Releases: openwisp/django-rest-framework-gis
Releases · openwisp/django-rest-framework-gis
1.1.0 [2024-08-17]
Features
- Allowed
GeoFeatureModelSerializer
to support models without geometry field.
Changes
Dependencies:
-
Bumped
django-filters~=23.5
. -
Added Django
4.2
,5.0
,5.1
to automated testing build. -
Dropped several EOL dependencies from automated testing build:
- Python
3.6
and3.7
. - Django
2.2
,3.0
,3.1
and4.0
. djangorestframework < 3.12
.
The library may continue working with the dependencies listed above, but it's not guaranteed.
- Python
1.0.0 [2022-05-09]
Features
- Added support Bounding Box to
GeometryField
via theauto_bbox
initialization argument
Bugfixes
- Avoid
default_app_config
Deprecation Warning in Django >= 3.2 - Fixed deserialization of the
id_field
0.18.0 [2022-01-07]
- [fix] Add schema generation support for plain GeometryFields #257
- [fix] Fixed psycopg2 compatibility for Django 3.0
- [feature] Added support and CI testing for Django 3.2 and Django 4.0
0.17.0 [2021-01-25]
- [feature] Added OpenAPI Schema Generation (#219) - special thanks to Dhaval Mehta
0.16.0 [2020-09-07]
- [fix] Added support for representation of empty geometries (#168)
- [fix] Don't override the additional arguments passed as
style
toGeometryField
- [feature] Added DistanceToPointOrderingFilter (#210)
- [deps] Added support for django 3.1 in the CI build
- [deps] Dropped django 1.11 and Python 3.5 from the CI build, compatibility may still work but it's not guaranteed anymore, please upgrade!
- [qa] Added QA checks to CI build (#230)
0.15.0 [2019-12-09]
- Dropped Python 3.4 support
- #190: Added django 2.2 on test matrix
- #199: Dropped Django 2.0 support
- #195: Updated the way that
to_representation
removes already processed - #197: Removed six dependency
- #202: Updated DRF to 3.10, removed support for previous DRF versions
- #200: Added Django 3.0 and Python 3.8 support