﻿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
20134	UserManager documentation doesn't mention that it depends on date_joined	Ilya Semenov	nobody	"The documentation at https://docs.djangoproject.com/en/dev/topics/auth/customizing/ says:

 If your User model defines username and email fields the same as Django’s default User, you can just install Django’s UserManager.

This is not true in the sense that these are not the only required fields for Django's UserManager to be a drop-in replacement. One has also to define `MyUser.date_joined`, otherwise `UserManager.create_user(..)` would fail to create a user.

The documentation should be updated to reflect that date_joined field is also required to use Django's UserManager."	Cleanup/optimization	closed	Documentation	1.5	Normal	fixed		pegler@…	Accepted	0	0	0	0	0	0
