﻿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
17046	User.objects.create_user() allows empty usernames	honza	nobody	"This code will work:

{{{#!python
User.objects.create_user(username='', email='test@test.com', password='password')
}}}

It should raise some kind of exception. 

I searched for this in the tracker and didn't find any references. I'm happy to work on this given some direction from the core. "	Bug	closed	contrib.auth	dev	Normal	fixed		restless.being@…	Ready for checkin	1	0	0	0	1	0
