﻿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
8189	FileField documentation still mentions get_<fieldname>_url	Flavio Curella	Jacob	"model-api.txt still reads:

{{{
All that will be stored in your database is a path to the file (relative to MEDIA_ROOT). You’ll most likely want to use the convenience get_<fieldname>_url function provided by Django. For example, if your ImageField is called mug_shot, you can get the absolute URL to your image in a template with {{ object.get_mug_shot_url }}.
}}}

where it should mentions object.<fieldname>.url"		closed	Documentation	dev		fixed			Ready for checkin	1	0	0	0	0	0
