- Add support for Django version 1.10
- Remove support for Django versions <1.8. If you use django-geoposition with Django versions lower than 1.8 please stick to django-geoposition 0.2.x
- Fix for deprecation of SubfieldBase
- Add new
GEOPOSITION_GOOGLE_MAPS_API_KEY
as Google Maps now requires an API key (thanks to @rgeber)
- Fix Python3 issues