﻿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
22723	Substituting a custom User model doesn't use get_user_model() properly	hgezim	nobody	"In the [https://docs.djangoproject.com/en/dev/topics/auth/customizing/#substituting-a-custom-user-model Substituting a custom User model] section of the documentation, [https://docs.djangoproject.com/en/dev/topics/auth/customizing/#a-full-example A full example] subsection imports the custom user model as such:


{{{
from customauth.models import MyUser
}}}

instead stead of using `get_user_model()` from `django.contrib.auth`.


"	Cleanup/optimization	closed	Documentation	dev	Normal	invalid	custom user model		Unreviewed	0	0	0	0	1	0
