﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
7003	Permalink documentation doesn't mention you can use named urls	David Reynolds	David Reynolds	"I think it would be useful to mention in the permalink documentation in model-api that you can use a named url in place of a view name.

So, for example:

{{{
def get_absolute_url(self):
    return ('people_detail', [str(self.id)])
get_absolute_url = permalink(get_absolute_url)
}}}

Would find a url like this:

{{{
url(r'^people/(\d+)/$', 'people.views.details', name='people_detail'),
}}}


"		closed	Documentation	dev		duplicate	models	david@…	Unreviewed	0	0	0	0	0	0
