﻿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
19628	Add to the documentation note about AUTH_USER_MODEL	Dima Pravdin	nobody	"It's problem, that if I write the User model striсtly for documentation, I will get a validation error:
{{{
auth.user: Model has been swapped out for 'myapp.MyUser' which has not been installed or is abstract.
}}}
It's not enough just to set
{{{
AUTH_USER_MODEL = 'myapp.MyUser'
}}}
Beside that it's necessary add the 'myapp' in INSTALLED_APPS, but it's not specified in the documentation.


Sorry, if it's specified but I didn't find it :)"	Uncategorized	closed	Documentation	1.5-beta-1	Normal	fixed			Unreviewed	0	0	0	0	1	0
