makinacorpus / django-geojson

django-geojson is a collection of helpers to (de)serialize (Geo)Django objects into GeoJSON.
GNU Lesser General Public License v3.0
258 stars 70 forks source link

Don't warn about django-leaflet being missing unless it's used #94

Closed tzetter closed 6 years ago

tzetter commented 6 years ago

This moves the warning about django-leaflet not being installed to the init function of the GeoJSONFormField.

This means that the warning isn't displayed unless the LeafletWidget actually should be used, which resolves #35.

Gagaro commented 6 years ago

Thanks :+1: