Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update djangorestframework-gis to 1.0 #288

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

pyup-bot
Copy link
Collaborator

@pyup-bot pyup-bot commented May 9, 2022

This PR updates djangorestframework-gis from 0.15 to 1.0.

Changelog

1.0.0

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

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

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

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

0.17.0

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

- [feature] Added
`OpenAPI Schema Generation <https://github.com/openwisp/django-rest-framework-gis#schema-generation>`_
(`219 <https://github.com/openwisp/django-rest-framework-gis/issues/219>`_) - special
thanks to `Dhaval Mehta <https://github.com/dhaval-mehta>`_

0.16.0

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

- [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>`_)
Links

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant