Changes between Initial Version and Version 1 of Ticket #4311
- Timestamp:
- May 16, 2007, 8:28:25 AM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #4311 – Description
initial v1 28 28 29 29 Assuming the admin urls definition was changed to include things like this: 30 {{{ 30 31 ('^([^/]+)/([^/]+)/$', 'django.contrib.admin.views.main.change_list', name='change_list'), 32 }}} 31 33 32 34 Then a request path resolving to the admin change list would include a return name of 'contrib.admin.urls.change_list'.