﻿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
27571	Conditionally add TEST_DATABASE_PREFIX to db name	Alex Alvarez	nobody	"I setup a test runner for postgres, pointing to a local postgres that's setup on the fly, but the test database name was being rewritten -- which was done for safety reasons, I get it -- it's documented.

It would be nice if the database already had `TEST_DATABASE_PREFIX` , we wouldn't add it again.
e.g. -- not do `test_<db_name>` to  `test_test_<db_name>`

https://github.com/django/django/pull/7655"	New feature	closed	Testing framework	dev	Normal	wontfix	TEST_DATABASE_PREFIX		Unreviewed	1	0	0	0	0	0
