#10217: admin logout problem
----------------------------------+-----------------------------------------
 Reporter:  lashni                |       Owner:  nobody    
   Status:  new                   |   Milestone:            
Component:  django.contrib.admin  |     Version:  SVN       
 Keywords:                        |       Stage:  Unreviewed
Has_patch:  0                     |  
----------------------------------+-----------------------------------------
 I'm using revision 9820, sqlite3, devserver.

 I previously filed bug #10061 about a duplicate 'admin' in the logout link
 within the admin interface, this seems to be a different problem though.
 Setting up the admin server on a fresh project with only the default
 models (or my own, makes no difference) when I logout from the frontpage
 of the admin it hits bug #10061 as expected but when you enter one of the
 default model areas (groups/users/sites) and hit the logout link the
 following error occurs:


 {{{
 ValueError at /admin/auth/group/admin/logout/

 invalid literal for int() with base 10: 'admin/logout'
 }}}

 eg. broken logout url:
 http://127.0.0.1:8000/admin/auth/group/admin/logout/

 -- full traceback available at http://dpaste.com/hold/118399/

 Reproduce:

   * start new project
   * activate admin interface and login
   * click on any of the default models (groups/users/sites) and then click
 logout.

-- 
Ticket URL: <http://code.djangoproject.com/ticket/10217>
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 django-updates@googlegroups.com
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to