﻿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
10484	Problem logging in to the admin after upgrading django framework.	Jonas Fogelberg	nobody	"I transfered a project from an old release 0.96.x I believe to the 1.0 version of django, and could not log into the admin. It seems the authentication subsystem could not calculate the correct password or could not find the user in the database (SQLite3).
After some digging I found that it was a reference to a middleware-class (django.middleware.doc.XViewwMiddleware) in my MIDDLEWARE_CLASSES setting (settings.py) that caused the problems. Removing this resolved the problem. 
Maybe you could add this piece of information to the FAQ.

I must add that I think the documentation is excellent!"		closed	Documentation	1.0		invalid			Unreviewed	0	0	0	0	0	0
