We officially now be supporting only GeoKey v1.6+ because of Django v1.11 support ⭐️
This patch also adds README to [PyPI deployment](https://pypi.org/project/geokey-export/) with a mention of CSV exporting support 🍾
0.4.2
Bugfix for CSV download
0.4.1
Bugfixes on CSV export: * special characters do not break row formatting * lookup fields show value instead of id
0.4.0
Allow users to export data in CSV format.
Users will be able to download the data for a category in CSV. Three CSV files will be generated: - *.csv: with all the contributions and field values for each contribution on selected category. - *_comments.csv: with the comments and responses for all contribution on selected category. - *_mediafiles.csv: with the names and urls for media files attached on selected category.
0.3.0
Introducing export of comments and media files!
**BREAKING CHANGE**
Due to changed API in GeoKey v1.0, the geokey-export extension (this and later releases) will no longer support older versions of GeoKey. Also, geokey-export <1.0.0 will not support GeoKey v1.0+.
0.2.4
Fixed bug when reactivating expired exports was removing a geometry of an export.