behave / behave-django

Behave BDD integration for Django
https://behave-django.readthedocs.io/
MIT License
205 stars 46 forks source link

Replace deprecated multi_db option by databases #110

Closed bittner closed 4 years ago

bittner commented 4 years ago

The multi_db attribute is deprecated since Django 2.2, hence we replace it by the new databases option. See related Django documentation.

This entails that we also drop support for Django 1.11 and Python 3.4.

@morty Would you mind verifying that the change works out with your use cases?

Closes #104 Relates to #79