On Dec 3, 2:47 pm, Andrew Willey <[email protected]> wrote: > Forgot to in mention the actual question from the subject. > > Is there a "blessed" way to use class-based views with named urls in > the > > > url(r'^location/$', view='WouldLoveToHaveClassBasedView.as_view', > > name='name_for_convenience') >
Oh, I see ( I think ;) ). I don't know, but I am guessing no. However, you could decorate the view and use the decorator as some sort of dispatcher, although I am not sure that would really give you what you want. -- You received this message because you are subscribed to the Google Groups "Django users" 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-users?hl=en.

