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
6
6
0.20.0 (unreleased)
7
7
-------------------
8
8
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!
10
24
11
25
12
26
0.19.0 (2016-08-22)
Original file line number Diff line number Diff line change 1
1
*django-leaflet * allows you to use `Leaflet <http://leafletjs.com >`_
2
2
in your `Django <https://www.djangoproject.com >`_ projects.
3
3
4
- It embeds Leaflet version *1.0.1 *.
4
+ It embeds Leaflet version *1.0.3 *.
5
5
6
6
.. image :: https://img.shields.io/pypi/v/django-leaflet.svg
7
7
:target: https://pypi.python.org/pypi/django-leaflet
@@ -354,7 +354,7 @@ Leaflet map forms widgets
354
354
-------------------------
355
355
356
356
A 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 *.
358
358
359
359
360
360
.. 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