We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d45cbf8 commit ffd71d1Copy full SHA for ffd71d1
CHANGES
@@ -3,12 +3,13 @@ CHANGELOG
3
=========
4
5
6
-0.22.0 (unreleased)
+0.22.0 (2017-04-06)
7
-------------------
8
9
- Set a default max zoom in leaflet.forms _setView to avoid an error.
10
- Fix the div ids to work with admin inlines.
11
-
+- Django 1.11 compatibility
12
+- Fix multipolyline/multipolygon and polyline/polygon not working
13
14
0.21.0 (2017-02-28)
15
setup.py
@@ -12,7 +12,7 @@
setup(
name='django-leaflet',
- version='0.22.0.dev0',
+ version='0.22.0',
16
author='Mathieu Leplatre',
17
author_email='[email protected]',
18
url='https://github.com/makinacorpus/django-leaflet',
0 commit comments