Changelog
*Sourced from [djangorestframework-gis's changelog](https://github.com/openwisp/django-rest-framework-gis/blob/master/CHANGES.rst).*
> Changelog
> =========
>
> Version 0.15.0 \[2019-12-09\]
> -----------------------------
>
> - Dropped Python 3.4 support
> - [\#190](https://github-redirect.dependabot.com/openwisp/django-rest-framework-gis/pull/190): Added django 2.2 on test matrix
> - [\#199](https://github-redirect.dependabot.com/openwisp/django-rest-framework-gis/pull/199): Dropped Django 2.0 support
> - [\#195](https://github-redirect.dependabot.com/openwisp/django-rest-framework-gis/pull/195): Updated the way that `to_representation` removes already processed
> - [\#197](https://github-redirect.dependabot.com/openwisp/django-rest-framework-gis/pull/197): Removed six dependency
> - [\#202](https://github-redirect.dependabot.com/openwisp/django-rest-framework-gis/pull/202): Updated DRF to 3.10, removed support for previous DRF versions
> - [\#200](https://github-redirect.dependabot.com/openwisp/django-rest-framework-gis/pull/200): Added Django 3.0 and Python 3.8 support
>
> Version 0.14.0 \[2018-12-02\]
> -----------------------------
>
> - [\#173](https://github-redirect.dependabot.com/openwisp/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-redirect.dependabot.com/openwisp/django-rest-framework-gis/pull/178): simplified `setup.py` and tox build
>
> Version 0.13.0 \[2018-04-27\]
> -----------------------------
>
> - [\#161](https://github-redirect.dependabot.com/openwisp/django-rest-framework-gis/pull/161): added flag to reduce precision of `GeometryField`
> - [\#164](https://github-redirect.dependabot.com/openwisp/django-rest-framework-gis/pull/164): added compatibility with django-rest-framework 3.8
>
> Version 0.12.0 \[2017-11-12\]
> -----------------------------
>
> - [\#138](https://github-redirect.dependabot.com/openwisp/django-rest-framework-gis/pull/138): added support for `GeometryCollection` fields
> - [\#146](https://github-redirect.dependabot.com/openwisp/django-rest-framework-gis/pull/146): added compatibility with django-rest-framework 3.7
> - [\#147](https://github-redirect.dependabot.com/openwisp/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
>
> Version 0.11.2 \[2017-05-22\]
> -----------------------------
>
> - [eb54fc0](https://github.com/openwisp/django-rest-framework-gis/commit/eb54fc0): `GeometryFilter` now use `BaseGeometryWidget`
> - [33a6418](https://github.com/openwisp/django-rest-framework-gis/commit/33a6418): fixed tests for Django 1.11: `Point` comparison uses `srid`
>
> Version 0.11.1 \[2017-05-05\]
> -----------------------------
>
> - [\#119](https://github-redirect.dependabot.com/openwisp/django-rest-framework-gis/issues/119): Added support to "\_\_all\_\_" fields in serializer
> - [\#130](https://github-redirect.dependabot.com/openwisp/django-rest-framework-gis/pull/130): Added compatibility with DRF 3.6
>
> Version 0.11.0 \[2016-11-22\]
> -----------------------------
>
> - [\#106](https://github-redirect.dependabot.com/openwisp/django-rest-framework-gis/pull/106): dropped support for django 1.7
> ... (truncated)
Commits
- [`1b6a0e7`](https://github.com/openwisp/django-rest-framework-gis/commit/1b6a0e72f204f8fd20f2306964e6ebeec94c655a) 0.15.0 release
- [`e7575d1`](https://github.com/openwisp/django-rest-framework-gis/commit/e7575d1067c660cc98801a9f571697e69a486f54) [README] Removed "Projects using this package"
- [`c6ed7c2`](https://github.com/openwisp/django-rest-framework-gis/commit/c6ed7c276003bc63cf29038f35636f20a99cfc66) update requirement of drf to 3.10+ ([#201](https://github-redirect.dependabot.com/djangonauts/django-rest-framework-gis/issues/201))
- [`d7f5be2`](https://github.com/openwisp/django-rest-framework-gis/commit/d7f5be24553e6b59770e9a0dde3cc4df11cd8c08) update drf to 3.10 ([#202](https://github-redirect.dependabot.com/djangonauts/django-rest-framework-gis/issues/202))
- [`55684c7`](https://github.com/openwisp/django-rest-framework-gis/commit/55684c7eb8d512ffde1c2bd11d3efd0c298ce813) Fix docker build ([#192](https://github-redirect.dependabot.com/djangonauts/django-rest-framework-gis/issues/192))
- [`b4aef41`](https://github.com/openwisp/django-rest-framework-gis/commit/b4aef417c2790ee86ca83c2536b753ba9d280cd2) Add Django 3.0 and Python 3.8 support ([#200](https://github-redirect.dependabot.com/djangonauts/django-rest-framework-gis/issues/200))
- [`bb22de6`](https://github.com/openwisp/django-rest-framework-gis/commit/bb22de62f81cd6af2e0c1c28b50648a09d76f529) Update the way that `to_representation` removes already processed ([#195](https://github-redirect.dependabot.com/djangonauts/django-rest-framework-gis/issues/195))
- [`ed39101`](https://github.com/openwisp/django-rest-framework-gis/commit/ed391015c6e0bb6afe4dffdc371fcab558bb2ff4) Removed six dependency ([#197](https://github-redirect.dependabot.com/djangonauts/django-rest-framework-gis/issues/197))
- [`18a95a4`](https://github.com/openwisp/django-rest-framework-gis/commit/18a95a43ac968520f3dbee453dcf6053a26c7ce1) Drop Django 2.0 support ([#199](https://github-redirect.dependabot.com/djangonauts/django-rest-framework-gis/issues/199))
- [`a68ce45`](https://github.com/openwisp/django-rest-framework-gis/commit/a68ce454074adfd5963edfb366b1567ec85ff384) added django 2.2 on test matrix ([#190](https://github-redirect.dependabot.com/djangonauts/django-rest-framework-gis/issues/190))
- Additional commits viewable in [compare view](https://github.com/djangonauts/django-rest-framework-gis/compare/v0.14.0...v0.15.0)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Updates the requirements on djangorestframework-gis to permit the latest version.
Changelog
*Sourced from [djangorestframework-gis's changelog](https://github.com/openwisp/django-rest-framework-gis/blob/master/CHANGES.rst).* > Changelog > ========= > > Version 0.15.0 \[2019-12-09\] > ----------------------------- > > - Dropped Python 3.4 support > - [\#190](https://github-redirect.dependabot.com/openwisp/django-rest-framework-gis/pull/190): Added django 2.2 on test matrix > - [\#199](https://github-redirect.dependabot.com/openwisp/django-rest-framework-gis/pull/199): Dropped Django 2.0 support > - [\#195](https://github-redirect.dependabot.com/openwisp/django-rest-framework-gis/pull/195): Updated the way that `to_representation` removes already processed > - [\#197](https://github-redirect.dependabot.com/openwisp/django-rest-framework-gis/pull/197): Removed six dependency > - [\#202](https://github-redirect.dependabot.com/openwisp/django-rest-framework-gis/pull/202): Updated DRF to 3.10, removed support for previous DRF versions > - [\#200](https://github-redirect.dependabot.com/openwisp/django-rest-framework-gis/pull/200): Added Django 3.0 and Python 3.8 support > > Version 0.14.0 \[2018-12-02\] > ----------------------------- > > - [\#173](https://github-redirect.dependabot.com/openwisp/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-redirect.dependabot.com/openwisp/django-rest-framework-gis/pull/178): simplified `setup.py` and tox build > > Version 0.13.0 \[2018-04-27\] > ----------------------------- > > - [\#161](https://github-redirect.dependabot.com/openwisp/django-rest-framework-gis/pull/161): added flag to reduce precision of `GeometryField` > - [\#164](https://github-redirect.dependabot.com/openwisp/django-rest-framework-gis/pull/164): added compatibility with django-rest-framework 3.8 > > Version 0.12.0 \[2017-11-12\] > ----------------------------- > > - [\#138](https://github-redirect.dependabot.com/openwisp/django-rest-framework-gis/pull/138): added support for `GeometryCollection` fields > - [\#146](https://github-redirect.dependabot.com/openwisp/django-rest-framework-gis/pull/146): added compatibility with django-rest-framework 3.7 > - [\#147](https://github-redirect.dependabot.com/openwisp/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 > > Version 0.11.2 \[2017-05-22\] > ----------------------------- > > - [eb54fc0](https://github.com/openwisp/django-rest-framework-gis/commit/eb54fc0): `GeometryFilter` now use `BaseGeometryWidget` > - [33a6418](https://github.com/openwisp/django-rest-framework-gis/commit/33a6418): fixed tests for Django 1.11: `Point` comparison uses `srid` > > Version 0.11.1 \[2017-05-05\] > ----------------------------- > > - [\#119](https://github-redirect.dependabot.com/openwisp/django-rest-framework-gis/issues/119): Added support to "\_\_all\_\_" fields in serializer > - [\#130](https://github-redirect.dependabot.com/openwisp/django-rest-framework-gis/pull/130): Added compatibility with DRF 3.6 > > Version 0.11.0 \[2016-11-22\] > ----------------------------- > > - [\#106](https://github-redirect.dependabot.com/openwisp/django-rest-framework-gis/pull/106): dropped support for django 1.7 > ... (truncated)Commits
- [`1b6a0e7`](https://github.com/openwisp/django-rest-framework-gis/commit/1b6a0e72f204f8fd20f2306964e6ebeec94c655a) 0.15.0 release - [`e7575d1`](https://github.com/openwisp/django-rest-framework-gis/commit/e7575d1067c660cc98801a9f571697e69a486f54) [README] Removed "Projects using this package" - [`c6ed7c2`](https://github.com/openwisp/django-rest-framework-gis/commit/c6ed7c276003bc63cf29038f35636f20a99cfc66) update requirement of drf to 3.10+ ([#201](https://github-redirect.dependabot.com/djangonauts/django-rest-framework-gis/issues/201)) - [`d7f5be2`](https://github.com/openwisp/django-rest-framework-gis/commit/d7f5be24553e6b59770e9a0dde3cc4df11cd8c08) update drf to 3.10 ([#202](https://github-redirect.dependabot.com/djangonauts/django-rest-framework-gis/issues/202)) - [`55684c7`](https://github.com/openwisp/django-rest-framework-gis/commit/55684c7eb8d512ffde1c2bd11d3efd0c298ce813) Fix docker build ([#192](https://github-redirect.dependabot.com/djangonauts/django-rest-framework-gis/issues/192)) - [`b4aef41`](https://github.com/openwisp/django-rest-framework-gis/commit/b4aef417c2790ee86ca83c2536b753ba9d280cd2) Add Django 3.0 and Python 3.8 support ([#200](https://github-redirect.dependabot.com/djangonauts/django-rest-framework-gis/issues/200)) - [`bb22de6`](https://github.com/openwisp/django-rest-framework-gis/commit/bb22de62f81cd6af2e0c1c28b50648a09d76f529) Update the way that `to_representation` removes already processed ([#195](https://github-redirect.dependabot.com/djangonauts/django-rest-framework-gis/issues/195)) - [`ed39101`](https://github.com/openwisp/django-rest-framework-gis/commit/ed391015c6e0bb6afe4dffdc371fcab558bb2ff4) Removed six dependency ([#197](https://github-redirect.dependabot.com/djangonauts/django-rest-framework-gis/issues/197)) - [`18a95a4`](https://github.com/openwisp/django-rest-framework-gis/commit/18a95a43ac968520f3dbee453dcf6053a26c7ce1) Drop Django 2.0 support ([#199](https://github-redirect.dependabot.com/djangonauts/django-rest-framework-gis/issues/199)) - [`a68ce45`](https://github.com/openwisp/django-rest-framework-gis/commit/a68ce454074adfd5963edfb366b1567ec85ff384) added django 2.2 on test matrix ([#190](https://github-redirect.dependabot.com/djangonauts/django-rest-framework-gis/issues/190)) - Additional commits viewable in [compare view](https://github.com/djangonauts/django-rest-framework-gis/compare/v0.14.0...v0.15.0)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)