Releases: catalpainternational/simple_locations
New API; Django 3.2 Required
v3.1.5
New Models
This is a comprehensive update to simple_locations
which includes tests, lots of codestyle
things, typing.
Minimum Python version is now 3.7.
This release adds additional models Border
, which is intended to relate the shared segments of lines like a Topology would, and ProjectedArea
which has the Area transformed to 3758 for compatibility with OpenStreetMap data
Full Changelog: 2.78...v3.1.5
Modeltranslation
Translatable models (optional)
Refactors admin inheritance.
Not compatible with moedltranslations < 0.13.1 due to a modeltranslations bug.
optionally use django_extensions' FKAutocompleAdmin
Minor fix to allow health_service
to look up simple_locations
Area objects using FKAutocompleAdmin.
This fixes editing HealthFacility objects in health_service
in Django's Admin.
Django-1.11 Compatibility
This is a post-release for what's currently on pypi
This release fixes some incompatibilities with Django 1.11 in order for openly projects to be able to use new features of Django.