﻿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
14189	permalink docs import mistake	TomV	nobody	"The first example has:
{{{
from django.db import models

@models.permalink
def get_absolute_url(self):
}}}

which is fine. But
{{{
from django.db.models import permalink

@models.permalink
def get_absolute_url(self):
}}}

won't work. Patch makes consistent with first example."		closed	Documentation	dev		fixed	import		Ready for checkin	1	0	0	0	0	0
