Skip to content

1.7.0

Compare
Choose a tag to compare
@r4fek r4fek released this 11 Jan 16:14
· 5 commits to master since this release
  • 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