﻿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
3629	FilePathField with recursive=True should show path to files in Admin	James Turnbull <james@…>	Adrian Holovaty	"Consider a FilePathField, with recursive=True and path set to this directory:

/home/user/blah/

within that directory we have two folders and files:

/home/user/blah/apples/index.html
/home/user/blah/monkeys/index.html

However, the admin shows this as two files, both just called ""index.html"".

The attached patch strips off the common prefix and displays the drop-down contents as:

apples/index.html
monkeys/index.html

"		closed	contrib.admin	dev		fixed	FilePathField, recursive, path		Ready for checkin	1	0	0	0	0	0
