django-spillway
django-spillway copied to clipboard
Geodata extensions for Django REST Framework
This patch moves away from some functions and libraries that were deprecated in Django. This includes: `six` not being a vendored package anymore `ugettext_lazy` being deprecated in favor of `gettext_lazy`...
Bumps [django](https://github.com/django/django) from 1.11.22 to 2.2.24. Commits 2da029d [2.2.x] Bumped version for 2.2.24 release. f27c38a [2.2.x] Fixed CVE-2021-33571 -- Prevented leading zeros in IPv4 addresses. 053cc95 [2.2.x] Fixed CVE-2021-33203 --...
Bumps [djangorestframework](https://github.com/encode/django-rest-framework) from 3.9.4 to 3.11.2. Commits 4121b01 Deprecate urlize_quoted_links in favor of Django's built-in urlize f3d9d68 Version 3.11.1 eb2c4c2 Version 3.11.1 de497a9 Version 3.11 (#7083) 3c1428f Fix NotImplementedError for...
There is a small typo in spillway/query.py. Should read `translated` rather than `tranlated`.
Using [generic filtering](https://www.django-rest-framework.org/api-guide/filtering/) on the rest framework (with the common default filter `'django_filters.rest_framework.DjangoFilterBackend'`) does not work, because we cannot set the `filterset_fields` attribute when generating the views. For example, the...
This would make it possible to work with django and https://github.com/Leaflet/Leaflet.VectorGrid using Protobuf, and make it possible to use serveral stuff from MapBox. I thing this work would be implement...