Details
Description
Instead of requiring full name of MySQL backend (i.e. django.db.backends.mysql), 'mysql' should be recognized. Here is the mapping:
mysql => django.db.backends.mysql
postgres => django.db.backends.postgresql_psycopg2
oracle => django.db.backends.oracle
sqlite => postgres => django.db.backends.sqlite3