﻿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
30066	UserManager.create_superuser doesn't allow for omitting email or password, unlike create_user which does.	Joshua Cannon	Daniel Rios	"I couldn't find any historical information on whether or not this is intentional, but `create_user`/`create_superuser` seem to mirror each other except that `create_superuser` doesn't allow the caller to omit `email` and `password` parameters.
[https://github.com/django/django/commit/fd2b99b5f122911b895987329507ee419a159a2c This commit] introduced omitting `password`, and [https://github.com/django/django/commit/f54135fa4dc9fd45d86ea2944191d58e00725779 this commit] introduced omitting `email`, but neither touches `create_superuser`."	Cleanup/optimization	closed	contrib.auth	dev	Normal	fixed	create_superuser		Ready for checkin	1	0	0	0	1	0
