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
259 stars 69 forks source link

make with_modelname option available in views #95

Closed manelclos closed 6 years ago

manelclos commented 6 years ago

Make it possible to use with_modelname=False in urlpatterns, and easier to override in views

Gagaro commented 6 years ago

Thanks for the PR :+1: