#10061: incorrect logout link in admin
-------------------------------------------+--------------------------------
          Reporter:  lashni                |         Owner:  mtredinnick
            Status:  new                   |     Milestone:  1.1        
         Component:  django.contrib.admin  |       Version:  SVN        
        Resolution:                        |      Keywords:             
             Stage:  Accepted              |     Has_patch:  1          
        Needs_docs:  1                     |   Needs_tests:  1          
Needs_better_patch:  1                     |  
-------------------------------------------+--------------------------------
Comment (by Rob Hudson <treborhud...@gmail.com>):

 I'm playing around with it a bit on a project that this bug was showing up
 with.  Here are a few notes.  Hopefully you find them helpful:

     * There's a print statement in django.core.urlresolvers L412
     * In django.contrib.admin.sites L235 reverse is used but it's not
 imported
     * Traversing into the /admin/docs/ area I'm getting an error
 'function' object has no attribute 'split' at django/core/urlresolvers.py
 in reverse, line 298

 I've fixed each of these in the patch to be posted next.  Is a patch of a
 patch the best here?

-- 
Ticket URL: <http://code.djangoproject.com/ticket/10061#comment:58>
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