#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                     |  
-------------------------------------------+--------------------------------
Changes (by mtredinnick):

  * owner:  Alex => mtredinnick
  * status:  reopened => new

Comment:

 @dc, you're missing a whole bunch of context here, I suspect. Yes, it will
 be slightly backwards-incompatible and the colon was chosen for precisely
 that reason. We need namespaces in URL reversing now. it's basically a bug
 that it isn't there at the moment. We've chosen a character that is both
 readable, common to the majority of keyboards and relatively unlikely to
 appear in names (as opposed to, say, dashes or underscores, which are more
 commonly used or commas, which are going to be a readability hassle). The
 infrastructure in place here is designed to handle things a bit more broad
 than just the admin case.

 So, yes, this approach is necessary. The particular line you point at is
 indeed a bug in the patch.

 Since I'm in the neighbourhood now, assigning to me so that I remember to
 commit this darn thing over the weekend.

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