﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
31009	"Test database named just ""test_""."	rvernica	nobody	"When I do `manage.py test` the database that is created is named only `test_`

In `settings.py` I have:
{{{
DATABASES = {
    'default': {
        'ENGINE': 'django.db.backends.mysql',
        'OPTIONS': {
            'read_default_file': 'app/my.cnf',
        },
    }
}
}}}

while in `my.cfg` I have:
{{{
[client]
host = db
database = foo
user = bar
password = taz
default-character-set = utf8
}}}

I expect that the test database be called `test_foo`"	Bug	closed	Database layer (models, ORM)	dev	Normal	wontfix			Unreviewed	0	0	0	0	0	0
