----------------
Bugfixes.
- Bugfix 87 - Filenames with commas are now supported. In download responses,
filename is now surrounded by double quotes.
- Bugfix 97 - ``HTTPFile`` proxies bytes as ``BytesIteratorIO`` (was undecoded
urllib3 file object). ``StringIteratorIO`` has been split into
``TextIteratorIO`` and ``BytesIteratorIO``. ``StringIteratorIO`` is
deprecated but kept for backward compatibility as an alias for
``TextIteratorIO``.
- Bugfix 92 - Run demo using ``make demo runserver`` (was broken).
- Feature 99 - Tox runs project's tests with Python 2.7, 3.3 and 3.4, and with
Django 1.5 to 1.8.
- Refactoring 98 - Refreshed development environment: packaging, Tox and
Sphinx.