Skip to content

Releases: makinacorpus/django-geojson

2.12.0

05 Dec 13:55
Compare
Choose a tag to compare
  • Change media type to 'application/geo+json'
  • Make with_modelname option available in views
  • Drop Django 1.8 support.
  • Fixed unnecessary GDAL dependency. (#100, thanks @coredumperror)

2.11.0

06 Dec 14:17
Compare
Choose a tag to compare
  • Django 2.0 support.
  • Fix setup.py encoding error.

2.10.0

06 Dec 14:17
Compare
Choose a tag to compare
  • python 3.5 support.

2.9.1

22 Aug 10:54
3567019
Compare
Choose a tag to compare

** Bug fixes **

  • Remove deprecation warnings with Django 1.8 (#78, thanks @AchilleAsh)

2.9.0

08 Feb 21:27
Compare
Choose a tag to compare

New features

  • handle natural keys in views (#74, thanks Achille Ash!)

Bug fixes

  • Add Django 1.9 compatibility (#69, thanks Julien Le Sech!)
  • Fix imports in view.py to work without GEOS (#62, thanks Kevin Cooper!)