﻿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
9992	get_profile / get_model issue, capitalisation of AUTH_PROFILE_MODULE	anonymous	nobody	"The docs lead one to expect that given an app name `Profile`, a `AUTH_PROFILE_MODULE` setting of `profile.modelname` would work, but `Profile.modelname` is actually correct.

http://docs.djangoproject.com/en/dev/topics/auth/#auth-profiles claims that `AUTH_PROFILE_MODULE` is ""The (normalized to lower-case) name of the application in which the user profile model is defined (in other words, an all-lowercase version of the name which was passed to `manage.py startapp` to create the application).""

This is wrong; the `app_label` part is the a python module, and hence case-sensitive.

"		new	Documentation	1.0					Accepted	0	0	0	0	0	0
