Closed bittner closed 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.
multi_db
databases
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
The
multi_db
attribute is deprecated since Django 2.2, hence we replace it by the newdatabases
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