﻿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
31878	Default username in createsuperuser command doesn't respect the --database option.	Yan Mitrofanov	Yan Mitrofanov	"The **createsuperuser**  command in interactive mode suggests to leave username blank and use the default name (django.contrib.auth.management.get_default_username). The default name is validated to not be already used by an another user. This validation executes a query on User model using default database and not using the database option passed to the command.

This is the problem when you are using multiple databases."	Bug	closed	contrib.auth	dev	Normal	fixed			Ready for checkin	1	0	0	0	0	0
