Skip to content

Releases: openwisp/django-rest-framework-gis

1.0.0 [2022-05-09]

09 May 23:34
v1.0.0
Compare
Choose a tag to compare

Features

  • Added support Bounding Box to GeometryField via the auto_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]

07 Jan 14:03
v0.18.0
Compare
Choose a tag to compare
  • [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]

25 Jan 00:19
Compare
Choose a tag to compare

0.16.0 [2020-09-07]

07 Sep 19:21
v0.16.0
Compare
Choose a tag to compare
  • [fix] Added support for representation of empty geometries (#168)
  • [fix] Don't override the additional arguments passed as style to GeometryField
  • [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]

09 Dec 14:05
Compare
Choose a tag to compare
  • 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

0.14.0 [2018-12-02]

02 Dec 12:37
Compare
Choose a tag to compare
  • #173: added support for django 2.1, DRF 3.9 and switched to django-filters >= 2.0 (which requires python >= 3.4)
  • #178: simplified setup.py and tox build

0.13.0 [2018-04-27]

27 Apr 20:43
Compare
Choose a tag to compare
  • #161: added flag to reduce precision of GeometryField
  • #164: added compatibility with django-rest-framework 3.8

0.12.0 [2017-11-12]

12 Nov 12:23
Compare
Choose a tag to compare
  • #138: added support for GeometryCollection fields
  • #146: added compatibility with django-rest-framework 3.7
  • #147: added support to django 2.0 beta
  • dropped support for django 1.7, 1.8, 1.9 and 1.10

0.11.2 [2017-05-22]

22 May 09:42
Compare
Choose a tag to compare
  • eb54fc0: GeometryFilter now use BaseGeometryWidget
  • 33a6418: fixed tests for Django 1.11: Point comparison uses srid

0.11.1 [2017-05-05]

05 May 09:00
Compare
Choose a tag to compare
  • #119: Added support to "all" fields in serializer
  • #130: Added compatibility with DRF 3.6