After upgrading our Django distribution we found that it seems
inpossible to log out of the admin interface.
Are we the only ones experiencing this problem? Should I file a bug?
If you have any questions regarding our setup please ask.
Thanks,
Dokter Bob
Logout works fine, in general (I just tested it). So it seems to be a
problem that's somehow tied to your setup.
Since you don't say what actually happens, it's impossible to guess
further. Things to look at:
Do you see an error? How far does the processing get inside Django? For
example, does it get inside the logout function? Scatter some print
statements around to see which bits of code are being executed with
which values and it might give you some more clues.
Regards,
Malcolm
--
Telepath required. You know where to apply...
http://www.pointy-stick.com/blog/
Sorry to have bothered you. ;)
Regards,
Dokter Bob
I suspect the reason for this is that the admin now uses the 'url'
template tag for generating some of its internal links, and that tag
needs to scan your URLConf and look at information about the views the
URLs resolve to, so if you have a URL that points to a nonexistent
view it blows up.
--
"Bureaucrat Conrad, you are technically correct -- the best kind of correct."