﻿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
19191	Typo in CustomUser docs.	Brandon Carl	nobody	"The first codeblock under: https://docs.djangoproject.com/en/dev/topics/auth/#django.contrib.auth.models.CustomUser.User.USERNAME_FIELD

""identifier"" is misspelled.

{{{
class MyUser(AbstractBaseUser):
    identfier = models.CharField(max_length=40, unique=True, db_index=True)
    ...
    USERNAME_FIELD = 'identifier'
}}}"	Bug	closed	Documentation	1.4	Normal	fixed			Accepted	0	0	0	0	1	0
