#6470: Admin urls should use urlpatterns
-------------------------------------------+--------------------------------
Reporter: jdetaeye | Owner: Alex
Status: reopened | Milestone:
Component: django.contrib.admin | Version: SVN
Resolution: | Keywords: nfa-someday
Stage: Accepted | Has_patch: 1
Needs_docs: 0 | Needs_tests: 0
Needs_better_patch: 0 |
-------------------------------------------+--------------------------------
Changes (by anonymous):
* status: closed => reopened
* resolution: fixed =>
Comment:
There is a typo in contrib/admin/sites.py [9739], isn't it?
{{{
@@ -199,7 +199,7 @@
name='%sadmin_index' % self.name),
url(r'^logout/$',
wrap(self.logout),
- name='%sadmin_logout'),
+ name='%sadmin_logout' % self.name),
url(r'^password_change/$',
wrap(self.password_change),
name='%sadmin_password_change' % self.name),
}}}
--
Ticket URL: <http://code.djangoproject.com/ticket/6470#comment:15>
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 [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---