Skip to content

Tags: openwisp/django-rest-framework-gis

Tags

v1.2.0

Toggle v1.2.0's commit message

Verified

This tag was signed with the committer’s verified signature.
nemesifier Federico Capoano
Version 1.2.0 [2025-06-02]

Features
~~~~~~~~

- Added ``transform`` optional argument to ``GeometryField`` `#188
  <https://github.com/openwisp/django-rest-framework-gis/issues/188>`_.

Changes
~~~~~~~

**Dependencies:**

- Added Django ``5.2`` to automated testing build.
- Added Python ``3.13`` to automated testing build.
- Added support for Django REST Framework ``3.16.0``.

v1.1.0

Toggle v1.1.0's commit message

Verified

This tag was signed with the committer’s verified signature.
nemesifier Federico Capoano
Version 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`` and ``3.7``.
  - Django ``2.2``, ``3.0``, ``3.1`` and ``4.0``.
  - ``djangorestframework < 3.12``.

  The library may continue working with the dependencies listed above, but
  it's not guaranteed.

v1.0.0

Toggle v1.0.0's commit message

Verified

This tag was signed with the committer’s verified signature.
nemesifier Federico Capoano
Version 1.0.0 [2022-05-09]

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``

v0.18.0

Toggle v0.18.0's commit message

Verified

This tag was signed with the committer’s verified signature.
nemesifier Federico Capoano
Version 0.18.0 [2022-01-07]

- [fix] Add schema generation support for plain GeometryFields `#257
  <https://github.com/openwisp/django-rest-framework-gis/issues/#257>`_
- [fix] Fixed psycopg2 compatibility for Django 3.0
- [feature] Added support and CI testing for Django 3.2 and Django 4.0

v0.17.0

Toggle v0.17.0's commit message

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
  (`#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>`_
  (`#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
  (`#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
- `#190 <https://github.com/djangonauts/django-rest-framework-gis/pull/190>`_:
  Added django 2.2 on test matrix
- `#199 <https://github.com/djangonauts/django-rest-framework-gis/pull/199>`_:
  Dropped Django 2.0 support
- `#195 <https://github.com/djangonauts/django-rest-framework-gis/pull/195>`_:
  Updated the way that ``to_representation`` removes already processed
- `#197 <https://github.com/djangonauts/django-rest-framework-gis/pull/197>`_:
  Removed six dependency
- `#202 <https://github.com/djangonauts/django-rest-framework-gis/pull/202>`_:
  Updated DRF to 3.10, removed support for previous DRF versions
- `#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]

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

- `#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**)
- `#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]

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

- `#161 <https://github.com/djangonauts/django-rest-framework-gis/pull/161>`_:
  added flag to reduce precision of ``GeometryField``
- `#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]

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

- `#138 <https://github.com/djangonauts/django-rest-framework-gis/pull/138>`_:
  added support for ``GeometryCollection`` fields
- `#146 <https://github.com/djangonauts/django-rest-framework-gis/pull/146>`_:
  added compatibility with django-rest-framework 3.7
- `#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