Skip to content

Tags: gbip/django-rest-framework-gis

Tags

v0.16.0

Toggle v0.16.0's commit message

Verified

This tag was signed with the committer’s verified signature.
nemesifier Federico Capoano
Version 0.16.0 [2020-09-07]

- [fix] Added support for representation of empty geometries
  (`openwisp#168 <https://github.com/openwisp/django-rest-framework-gis/issues/168>`_)
- [fix] Don't override the additional arguments passed as ``style`` to ``GeometryField``
- [feature] Added `DistanceToPointOrderingFilter <https://github.com/openwisp/django-rest-framework-gis#distancetopointorderingfilter>`_
  (`openwisp#210 <https://github.com/openwisp/django-rest-framework-gis/issues/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
  (`openwisp#230 <https://github.com/openwisp/django-rest-framework-gis/issues/230>`_)

v0.15.0

Toggle v0.15.0's commit message
Version 0.15.0 [2019-12-09]

---------------------------

- Dropped Python 3.4 support
- `openwisp#190 <https://github.com/djangonauts/django-rest-framework-gis/pull/190>`_:
  Added django 2.2 on test matrix
- `openwisp#199 <https://github.com/djangonauts/django-rest-framework-gis/pull/199>`_:
  Dropped Django 2.0 support
- `openwisp#195 <https://github.com/djangonauts/django-rest-framework-gis/pull/195>`_:
  Updated the way that ``to_representation`` removes already processed
- `openwisp#197 <https://github.com/djangonauts/django-rest-framework-gis/pull/197>`_:
  Removed six dependency
- `openwisp#202 <https://github.com/djangonauts/django-rest-framework-gis/pull/202>`_:
  Updated DRF to 3.10, removed support for previous DRF versions
- `openwisp#200 <https://github.com/djangonauts/django-rest-framework-gis/pull/200>`_:
  Added Django 3.0 and Python 3.8 support

v0.14.0

Toggle v0.14.0's commit message
Version 0.14.0 [2018-12-02]

---------------------------

- `openwisp#173 <https://github.com/djangonauts/django-rest-framework-gis/pull/173>`_:
  added support for django 2.1, DRF 3.9 and switched to django-filters >= 2.0
  (**which requires python >= 3.4**)
- `openwisp#178 <https://github.com/djangonauts/django-rest-framework-gis/pull/178>`_:
  simplified ``setup.py`` and tox build

0.13.0

Toggle 0.13.0's commit message
Version 0.13.0 [2018-04-27]

---------------------------

- `openwisp#161 <https://github.com/djangonauts/django-rest-framework-gis/pull/161>`_:
  added flag to reduce precision of ``GeometryField``
- `openwisp#164 <https://github.com/djangonauts/django-rest-framework-gis/pull/164>`_:
  added compatibility with django-rest-framework 3.8

v0.12.0

Toggle v0.12.0's commit message
Version 0.12.0 [2017-11-12]

---------------------------

- `openwisp#138 <https://github.com/djangonauts/django-rest-framework-gis/pull/138>`_:
  added support for ``GeometryCollection`` fields
- `openwisp#146 <https://github.com/djangonauts/django-rest-framework-gis/pull/146>`_:
  added compatibility with django-rest-framework 3.7
- `openwisp#147 <https://github.com/djangonauts/django-rest-framework-gis/pull/147>`_:
  added support to django 2.0 beta
- dropped support for django 1.7, 1.8, 1.9 and 1.10

v0.11.2

Toggle v0.11.2's commit message
Version 0.11.2 [2017-05-22]

---------------------------

- `eb54fc0 <https://github.com/djangonauts/django-rest-framework-gis/commit/eb54fc0>`_: ``GeometryFilter`` now use ``BaseGeometryWidget``
- `33a6418 <https://github.com/djangonauts/django-rest-framework-gis/commit/33a6418>`_: fixed tests for Django 1.11: ``Point`` comparison uses ``srid``

v0.11.1

Toggle v0.11.1's commit message
Version 0.11.1 [2017-05-05]

---------------------------

- `openwisp#119 <https://github.com/djangonauts/django-rest-framework-gis/issues/119>`_: Added support to "__all__" fields in serializer
- `openwisp#130 <https://github.com/djangonauts/django-rest-framework-gis/pull/130>`_: Added compatibility with DRF 3.6

v0.11.0

Toggle v0.11.0's commit message

v0.10.1

Toggle v0.10.1's commit message
Version 0.10.1 [2016-01-06]

---------------------------

- `openwisp#93 <https://github.com/djangonauts/django-rest-framework-gis/issues/93>`_ skipped a few tests if spatialite DB backend is being used
- `openwisp#95 <https://github.com/djangonauts/django-rest-framework-gis/issues/95>`_ fixed misunderstanding regarding 0.9.6 DRF compatibility in README
- `openwisp#96 <https://github.com/djangonauts/django-rest-framework-gis/issues/96>`_ added missing assets in python package source tarball