#11275: Missing Parameter in String Substitution in Admin-Logout-View-Name
----------------------------------+-----------------------------------------
 Reporter:  j...@bo-tech.de        |       Owner:  nobody    
   Status:  new                   |   Milestone:            
Component:  django.contrib.admin  |     Version:  SVN       
 Keywords:                        |       Stage:  Unreviewed
Has_patch:  0                     |  
----------------------------------+-----------------------------------------
 Just discovered that the view-name of the logout-view is missing a
 parameter for string substitution, see
 
http://code.djangoproject.com/browser/django/trunk/django/contrib/admin/sites.py#L202

 When I print the resulting patterns of {{{AdminSite.get_urls}}} it
 contains {{{<RegexURLPattern %sadmin_logout ^logout/$>}}} but I think it
 should look like {{{<RegexURLPattern admin_logout ^logout/$>}}} or if the
 site contains a name like {{{<RegexURLPattern myprefix_admin_logout
 ^logout/$>}}}.

-- 
Ticket URL: <http://code.djangoproject.com/ticket/11275>
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