#10484: Problem logging in to the admin after upgrading django framework.
-----------------------------+----------------------------------------------
 Reporter:  Jonas Fogelberg  |       Owner:  nobody    
   Status:  new              |   Milestone:            
Component:  Documentation    |     Version:  1.0       
 Keywords:                   |       Stage:  Unreviewed
Has_patch:  0                |  
-----------------------------+----------------------------------------------
 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!

-- 
Ticket URL: <http://code.djangoproject.com/ticket/10484>
Django <http://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to