﻿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
8906	django.contrib.auth settings.py URL's aren't portable	levity		"in r8015, django gained the ability to be moved from one path to another easily by setting ""!PythonOption django.root /whatever"" in the httpd conf, as described at [http://code.djangoproject.com/wiki/BackwardsIncompatibleChanges#ChangedthewayURLpathsaredetermined BackwardsIncompatibleChanges]. 

However, the LOGIN_URL, LOGOUT_URL, and LOGIN_REDIRECT_URL variables in settings.py don't seem to be affected by these changes. So, if i have LOGIN_URL = '/login/' in settings.py, it'll still resolve to just ""/login/"" even if i have django.root set so that everything else becomes ""/whatever/some_other_path/"". which makes the app non-portable."		closed	contrib.auth	1.0		wontfix		graham@…	Accepted	1	0	1	0	0	0
