OpenTreeMap / otm-core

OpenTreeMap is a collaborative platform for crowdsourced tree inventory, ecosystem services calculations, urban forestry analysis, and community engagement.
www.opentreemap.org
Other
186 stars 88 forks source link

Update django-queryset-csv and django-tinsel to Python 3 versions #3279

Closed jwalgran closed 4 years ago

jwalgran commented 4 years ago

Overview

Support for Python 3 was added before these versions, but was only correctly declared in the patch releases.

Connects #3278

Demo

Screen Shot 2019-12-18 at 2 28 04 PM

Notes

The django-queryset-csv upgrade also includes Django 2 compatibility but the changes are minor

https://github.com/azavea/django-queryset-csv/pull/100/files

Testing Instructions

These assume you are starting in the otm-cloud working directory and the this branch is checked out in otm-cloud/src/otm-core

Checklist

coveralls commented 4 years ago

Coverage Status

Coverage remained the same at 83.784% when pulling 4023b1ac3c36e369445bec39f00b73cf44a1d989 on jcw/update-djqscsv-and-tinsel into b3a7e287a7603c06ad5cac12d4b03219f9d19113 on develop.

jwalgran commented 4 years ago

Thanks for the review.