------
- **Backwards Incompatible** Improve Redis URL parsing, making PREFIX parsing much easier and automatically converting query args into Django Cache settings (thanks to Russell Davies)
- **Backwards Incompatible** Switch to ``django-redis``'s new import name (thanks to Michael Warkentin)
- Switch to Tox for running tests with different pythons
- Switch to pytest