﻿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
27120	Log message text in PostgreSQL _clone_test_db() refers incorrectly to alias	Chris Jerdonek	nobody	"Inside the PostgreSQL backend's creation.py, the text of a log message doesn't seem quite right (here is a [https://github.com/django/django/blob/a3abbe1fcb10e9ed4502c22748eb825170f41f23/django/db/backends/postgresql/creation.py#L49 link to the code]):

{{{#!python
if verbosity >= 1:
    print(""Destroying old test database for alias %s..."" % (
        self._get_database_display_str(verbosity, target_database_name),
    ))
}}}

The text refers to the ""alias"", but the database name is what is included in the message.
"	Uncategorized	closed	Database layer (models, ORM)	1.9	Normal	invalid			Unreviewed	0	0	0	0	1	0
