- Fix icon control. - Fix JS error if with-forms does not exists 379 380 - Support Django 5.1. - Drop support for Django < 4.2. - Avoid defining imgPathElement globally 384 - Remove forms dependency on 'extras' 385 - Pass with_forms to leaflet_draw_i18n template 387
0.30.1
-------------------
- Change OSM tile link to unified format 375 - Remove debug print added in 371 377 - Removed obsolete leaflet-src.map file 376
0.30.0
-------------------
- Support Django 5.0 and Python 3.12 (`373 <https://github.com/makinacorpus/django-leaflet/pull/373>`__). - Drop support for Python 3.7 (`373 <https://github.com/makinacorpus/django-leaflet/pull/373>`__). - Make django-leaflet compatible with CSP 371 (This changes the way extra CSS is handled) - Allow delete polygon when using multipolygon geometries 372
0.29.1
-------------------
- Upgrade embedded Leaflet to 1.9.3.
0.29.0
-------------------
- Support Django 4.0, 4.1 and 4.2, and Python 3.10 and 3.11. - Drop support for Django < 3.2 and Python < 3.7. - Removed map_width / map_height. Moved CSS and height/width to custom CSS file 363