Skip to content

Latest commit

 

History

History
45 lines (26 loc) · 939 Bytes

CHANGELOG.rst

File metadata and controls

45 lines (26 loc) · 939 Bytes

Version 0.3.6 (2018-10-29)

  • Leaflet backend

Version 0.3.5 (2018-10-28)

  • Django 1.11 compatibility

Version 0.3.4 (2018-10-26)

  • Improved rendering and translation

Version 0.3.3 (2018-10-25)

  • Add support for Django version 2.x
  • Fix for django global variable conflict

Version 0.3.0 (2016-08-05)

  • 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

Version 0.2.3 (2016-06-28)

  • Add new GEOPOSITION_GOOGLE_MAPS_API_KEY as Google Maps now requires an API key (thanks to @rgeber)

Version 0.2.2 (2014-07-29)

  • Fix Python3 issues