Skip to content

Releases: makinacorpus/django-leaflet

0.20.0

27 Jan 10:04
e361634
Compare
Choose a tag to compare

New features

  • Update Leaflet to 1.0.3 (#169)
  • Update Leaflet-draw to 0.4.0 (#169)
  • Update Proj4Leaflet to 1.0.0 (#169)
  • Made static calls lazy, to fix issues with non-default STATICFILES_STORAGE (#149)
  • Add example application (#168)

Bug fixes

  • Use SpatiaLite library path from environment variable for running test (#173)
  • Fix max zoom level (#165)
  • Add SPATIAL_EXTENT default value to the default settings (#167)

Many thanks to @KostyaEsmukov, @cleder, @sikmir and @seav for their contributions!

0.19.0

22 Aug 11:06
fe76166
Compare
Choose a tag to compare

New features

  • Added leaflet.admin.LeafletGeoAdminMixin, useful for stacked or tabular
    inline forms (thanks @KostyaEsmukov, @Xowap)

0.18.0

04 Jan 12:10
Compare
Choose a tag to compare

New features

  • Use a LazyEncoder to allow lazy translations in settings (#132, thanks @Mactory)
  • Enable settings_overrides also for admin (fixes #120, thanks @PetrDiouhy)
  • Add tests for Django 1.9 and Python 3.5 (thanks @itbabu)

Bug fixes

  • Fix LeafletWidget behaviour on GeometryCollectionField (fixes #135)

0.17.1

16 Dec 21:35
Compare
Choose a tag to compare
  • Update Leaflet to 0.7.7
  • Update Leaflet-draw to 0.2.4
  • Fix rendering of leaflet widget when initial value is an empty string

0.17.0

11 Nov 20:09
Compare
Choose a tag to compare

New features

  • Pass relative URLs for static files through django.contrib.staticfiles (thanks @dyve, fixes #111)
  • Allow to override settings at the template tag level (thanks @PetrDiouhy, fixes #59)
  • Update Leaflet to 0.7.5 (@dyve)
  • Add Czech locale (thanks @PetrDiouhy)

Bug fixes

  • Fix interaction with django-geojson (#106, thanks @batisteo)
  • Use protocol independant URLs in default OSM tiles (thanks @NotSqrt)
  • Fix deprecated TEMPLATE_DEBUG (#121, thanks @josenaka)
  • Fix errors with multi-word field names (#123, thanks @josemazo)
  • Fix loadevent not being taken into account in forms (#127, thanks @josemazo)