- Bump Django dependency requirement again
- Bump Django dependency requirement to avoid vulnerable Django versions
- Support Django 2.1+
- Remove duplicate hash calculation
- Always lower filename extensions
- get_available_filename() now returns the default filename instead of raising
an exception, for compatibility with other packages (overridden by the hashed filename on save)
- Fix bug for bytes content
- Update setup.py and tox to support Django 2.0 for python version >= 3.4
- Specify django <2.0 in setup.py
- Add support for Python 3.5 and 3.6
- Drop support for Python 2.6
- Drop support for Django <1.8
- Use pytest and tox for testing
- Set up CI with travis