* Fix(command/dbshell): Avoid raise TypeError when django-3.2 pass `options['parameters']` (154) - thanks icycandle!
* Support Django 4.x
* Drop support for Python <3.7
* replace `cassandra-driver` with `scylla-driver` to better support ScyllaDB (Scylla driver is fully compatible with Cassandra)
* Get rid of travis build system in favor of Github Actions (faster build times, better integration with Github)
* Reformat entire codebase with flake8, isort and black
* Add code style check to the build process
* Use Poetry to install the package and maintain dependencies