* Fix packaging (was omitting data files during install).
0.9.0
* Use Django 1.9's `JSONField` to migrate to PostgreSQL 9.4's `jsonb` datatype. * Drop support for Django <= 1.8. * Drop support for PostgreSQL <= 9.3.
0.8.1
* Add `analyzeshapefiles` command to report the number of features to be loaded, along with names and identifiers. * Fix `compute_intersections` for Django 1.10. * Fix packaging for recent Django. * Remove South migrations.
0.8.0
* Add support for Django 1.9 and 1.10. * Drop support for Django <= 1.7 and Python 2.6 and 3.3.
0.7.5
* Allow `$` and `.` in JSONP callback. The callback validation can be [further improved](http://tav.espians.com/sanitising-jsonp-callback-identifiers-for-security.html).