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 0c13b9d commit 433fc04Copy full SHA for 433fc04
CHANGES
@@ -2,13 +2,16 @@
2
CHANGELOG
3
=========
4
5
-0.31.0 (unreleased)
+0.31.0 (2024-10-14)
6
-------------------
7
8
- Fix icon control.
9
- Fix JS error if with-forms does not exists #379 #380
10
- Support Django 5.1.
11
- Drop support for Django < 4.2.
12
+- Avoid defining imgPathElement globally #384
13
+- Remove forms dependency on 'extras' #385
14
+- Pass with_forms to leaflet_draw_i18n template #387
15
16
0.30.1 (2024-06-17)
17
setup.py
@@ -15,7 +15,7 @@
setup(
name='django-leaflet',
18
- version='0.30.2dev',
+ version='0.31.0',
19
author='Mathieu Leplatre',
20
author_email='[email protected]',
21
url='https://github.com/makinacorpus/django-leaflet',
0 commit comments