makinacorpus / django-leaflet

Use Leaflet in your Django projects
GNU Lesser General Public License v3.0
716 stars 282 forks source link

Support Django 3.1 #306

Closed adamchainz closed 4 years ago

adamchainz commented 4 years ago
/.../leaflet/templatetags/leaflet_tags.py:93: RemovedInDjango40Warning: force_text() is deprecated in favor of force_str().
  layers=[(force_text(label), url, attrs) for (label, url, attrs) in instance_app_settings.get('TILES')],
Gagaro commented 4 years ago

Thanks :+1: