Releases: simon-the-shark/django-mapbox-location-field
Django 5.0+ update
There shouldn't be any breaking changes. Routine update, changed few details, fixed testing on github actions, upgraded bunch of versions etc.
Support for Django 3+
BREAKING CHANGES. Proper support for Django
3.x
and 4.x
. Thanks for #36 #35. Tests migrated to Github Actions.
Read more: https://github.com/simon-the-shark/django-mapbox-location-field#compatibility
https://pypi.org/project/django-mapbox-location-field/2.0.0/
Geocoding language feature
Introduced language
and message_404
parameters in map_attrs
options. Read more in documentation. Feature upon request #27
Fixed readonly and placeholder attributes
Admin customization fix
Finally a proper solution for #20 Proposed by @mjnaylor8 (#22)
Resolved #21
Resolved #21. Solution for the issue is presented in the troubleshooting section
admin integration fix
Fixed few bugs in admin panel integration (#19)
PlainLocationField fixed direct db saving
Added multiple fields possibility
Fix #10 issue
Just fixed the #10 issue, which is a major bug