﻿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
17327	contrib.auth management commands ignores --database option	skam <massimo.scamarcia@…>	Brian Riley	"I am using multiple database support with a database router to switch the current database to provide different data based on the current request. I need also to separate user tables for each db and create a superuser for it, but createsuperuser management command ignores the ""--database"" option that I use often with ""syncdb"" and migration tools such as South:

{{{
$ python manage.py createsuperuser --database=""test_database""
Usage: manage.py createsuperuser [options] 

Used to create a superuser.

manage.py: error: no such option: --database
}}}"	New feature	closed	contrib.auth	1.3	Release blocker	fixed	django db models createsuperuser management		Ready for checkin	1	0	0	0	0	0
