File tree Expand file tree Collapse file tree 2 files changed +17
-3
lines changed Expand file tree Collapse file tree 2 files changed +17
-3
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,21 @@ CHANGELOG
660.20.0 (unreleased)
77-------------------
88
9- - Nothing changed yet.
9+ **New features**
10+
11+ - Update Leaflet to 1.0.3 (#169)
12+ - Update Leaflet-draw to 0.4.0 (#169)
13+ - Update Proj4Leaflet to 1.0.0 (#169)
14+ - Made `static` calls lazy, to fix issues with non-default STATICFILES_STORAGE (#149)
15+ - Add example application (#168)
16+
17+ **Bug fixes**
18+
19+ - Use SpatiaLite library path from environment variable for running test (#173)
20+ - Fix max zoom level (#165)
21+ - Add SPATIAL_EXTENT default value to the default settings (#167)
22+
23+ Many thanks to @KostyaEsmukov, @cleder, @sikmir and @seav for their contributions!
1024
1125
12260.19.0 (2016-08-22)
Original file line number Diff line number Diff line change 11*django-leaflet * allows you to use `Leaflet <http://leafletjs.com >`_
22in your `Django <https://www.djangoproject.com >`_ projects.
33
4- It embeds Leaflet version *1.0.1 *.
4+ It embeds Leaflet version *1.0.3 *.
55
66.. image :: https://img.shields.io/pypi/v/django-leaflet.svg
77 :target: https://pypi.python.org/pypi/django-leaflet
@@ -354,7 +354,7 @@ Leaflet map forms widgets
354354-------------------------
355355
356356A Leaflet widget is provided to edit geometry fields.
357- It embeds *Leaflet.draw * in version *0.2.2 *.
357+ It embeds *Leaflet.draw * in version *0.4.0 *.
358358
359359
360360.. image :: https://f.cloud.github.com/assets/546692/1048836/78b6ad94-1094-11e3-86d8-c3e88626a31d.png
You can’t perform that action at this time.
0 commit comments