- Oct 21, 2018
-
-
Nuwan Rajika Kumarasiri authored
Changes includes: * Fix syntax error `ImportError, e` as `ImportError as e`. * `urllib.quote` -> `urllib.parse`. * Fix `print` syntax error. * `StringIO` -> `io import StringIO`.
-
- Oct 19, 2018
-
-
Nuwan Rajika Kumarasiri authored
This is a fork from https://github.com/uw-it-aca/spotseeker_client. Updated to Django 2.x - this is the only change from upstream in this commit. Now compatible with Python 3.x and Django 2.x
-