Changes between Initial Version and Version 1 of Ticket #4311


Ignore:
Timestamp:
May 16, 2007, 8:28:25 AM (17 years ago)
Author:
Jeremy Dunck
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4311 – Description

    initial v1  
    2828
    2929Assuming the admin urls definition was changed to include things like this:
     30{{{
    3031    ('^([^/]+)/([^/]+)/$', 'django.contrib.admin.views.main.change_list', name='change_list'),
     32}}}
    3133
    3234Then a request path resolving to the admin change list would include a return name of 'contrib.admin.urls.change_list'.
Back to Top