﻿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
32287	AUTH_USER_MODEL does not allow the User to be from an app that has a label with a '.' in it.	Suyog Soti	nobody	"If I have an app called auth, that has my custom user model, I need to change the label to make it work with INSTALLED_APPS.

If I change the label to project.auth, then I have to change the AUTH_USER_MODEL to 'project.auth.User'.

This currently give an error that says that 'project.auth.User' is not of the form 'app_label.UserModel' even when it is. This because of the code here:https://github.com/django/django/blob/master/django/contrib/auth/checks.py#L15 that assumes that anything before the first split is a label and after is the model name.

I would like to fix this issue."	Bug	closed	contrib.auth	dev	Normal	invalid	AUTH_USER_MODEL	Suyog Soti	Unreviewed	0	0	0	0	0	0
