Django Map Widgets Versions Save

Pluggable map widgets for Django Postgis fields

v0.3.1

3 years ago
  • Removed six package usages. (#117)
  • Added a new general widget setting in order to specify Google JS libraries. (#119)
  • Implemented some improvements for the demo project.

v0.3.0

4 years ago
  • Implemented a new demo project with Django 2.x.
  • Fixed Django Admin jQuery conflicts #100
  • Fixed a new widget JS instance initialising issue for Django Admin Inlines #84
  • Updated TravisCI conf(added python 3.8 settings)

v0.2.3

4 years ago
  • Fixed python six module import issue.
  • Fixed PostGIS setup errors in CI pipeline.
  • Added Estonian language support.

v0.2.2

5 years ago
  • The document updated.
  • Fixed swapped coordinates bug

v0.2.1

5 years ago
  • Fixed swapped coordinates bug #60

v0.2.0

5 years ago
  • Fixed Python 3.6, Django 2.x compatible issues.
  • Fixed SRID format converter issues.
  • Removed pyproj package dependency.
  • Various development infrastructure updates. (Docker, Fabric files etc.)
  • Point map widget JS objects associated to the map HTML elements with jQuey $.data method.
  • Passing Google Place AutoComplete full response object to jQuery triggers.