When using multiple database providers such as MySql, an error
is thrown when the mysql connection is passed through to get_version
in from django.db.backends.postgresql_psycopg2.version.
This shouldn't be needed, found an issue with a router I am using, which was causing the model with the jsonb field to migrate onto the mysql database.
When using multiple database providers such as MySql, an error is thrown when the mysql connection is passed through to get_version in from django.db.backends.postgresql_psycopg2.version.