﻿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
20097	The field named as the USERNAME_FIELD should not be included in REQUIRED_FIELDS on a swappable User model.	Alper Cugun	nobody	"I've created a User model that subclasses AbstractBaseUser and contains just this:

 USERNAME_FIELD = 'email'

If I try to use that django gives this error:
""The field named as the USERNAME_FIELD should not be included in REQUIRED_FIELDS on a swappable User model.""

Which I can't figure out because I haven't put anything in REQUIRED_FIELDS."	Cleanup/optimization	closed	contrib.auth	1.5	Normal	invalid		bmispelon@…	Unreviewed	0	0	0	0	0	0
