- Fixed startup errors on Django 2.0.
Note that django-geoposition doesn't support Django 2.0 yet, hence this package is not yet released as "v2.0".
- Fixed
import_markers
usage for Django 1.10 - Fixed Python 3 compatibility.
- Fixed mising dependency to django-wysiwyg for the admin.
- Dropped Django 1.6 and 1.7 support, which is also not supported by django-geoposition 0.3.
NOTE: On Django 1.11, you'll have to install the following package first:
pip -e git+https://github.com/philippbosch/[email protected]#egg=django-geoposition
- Fixed admin error in Django 1.11. (note that the actual widget still needs updates, both in this package and django-geoposition).
- Added
GOOGLE_MAPS_API_KEY
setting support. Allow configuring a Google Maps API key.
- Optimize appearance at admin page, avoid loading Google Maps API.
- Fix Django migrations to avoid unnecessary migrations when settings change.
- Fix 500 error when no ID parameter is passed.
- Improve utf-8 support for
import_markers
management command. - Avoid 500 error when passing bad parameters to the API view.
- Fixed packaging error with cluster PNG files missing.
- Fixed
ZoomRangeWidget
number updating. - Added
manage.py import_markers
script.
- Added search support, fully customizable and overridable.
- Added new
FLUENTCMS_GOOGLEMAPS_STYLES
setting withtemplate
andextra_js
options. - Added
marker_zoom
setting to clusters - Improve visual display of marker groups.
- Improve jQuery plugin interface, allow method calling with
.mapPlugin("methodname", args..)
.
- First release