Skip to content

Releases: akbargumbira/django-user-map

Version 1.1.0

10 Mar 23:31
Compare
Choose a tag to compare

This minor release offers a more flexible way to have a navigation menu. Now you can use your own navigation menu with its style (even if you use Bootstrap 2 -- Django User Map uses Bootstrap 3). See this doc for more information about this: http://www.akbargumbira.com/django-user-map/#navigation

Version 1.0.0

06 Mar 21:33
Compare
Choose a tag to compare

This major version is focused on making Django User Map more reusable. See the documentation here www.akbargumbira.com/django-user-map

The highlight of the changes are:

  • Removed the hand-crafted user model and its authentication backend. From this version, the Django User Map will use the active auth user model defined in the project settings.
  • Used REST API so that other applications could easily utilize this resource. The REST API is at /[user_maps_url]/usermaps
  • New marker filter control based on the roles
  • Made settings more compliant with Leaflet options for basemap and marker
  • Allowed users (who use this apps on their django project) to override data privacy content and add navigation menu
  • Made popup content dynamically generated from REST API.

without_nav