Re: Reverse URL to generic view with arguments

2013-01-19 Thread robzyb
I do not know how I missed that. I did read the documentation, but obviously not very thoroughly. Thank you very much for the help. I shall be more careful in the future. On Sunday, January 20, 2013 4:40:46 AM UTC+11, Daniel Roseman wrote: > > On Saturday, 19 January 2013 13:15:42 UTC,

Reverse URL to generic view with arguments

2013-01-19 Thread robzyb
Hi Everyone I have the following in my project's urls.py (watch_detail is a dictionary with some parameters): urlpatterns = patterns('', > url(r'^watches/(?P\d+)/$', list_detail.object_detail, > watch_detail, name='watch_detail'), > ) However, the following line in a template returns an erro