Skip to content

Releases: catalpainternational/simple_locations

New API; Django 3.2 Required

29 Mar 00:42
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.1.7...v4.0.0

v3.1.5

20 May 03:41
Compare
Choose a tag to compare

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

13 Jan 02:58
Compare
Choose a tag to compare

Translatable models (optional)
Refactors admin inheritance.

Not compatible with moedltranslations < 0.13.1 due to a modeltranslations bug.

optionally use django_extensions' FKAutocompleAdmin

06 Jul 07:10
Compare
Choose a tag to compare

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

22 May 03:44
Compare
Choose a tag to compare

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.