﻿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
4216	FileField validator bug in django0.95	yi.codeplayer at gmail dot com	Adrian Holovaty	"in file `django/db/models/fields/__init__.py` line 567 (i.e. the second line in function `isWithinMediaRoot`),
change it from
{{{
if not f.startswith(os.path.normpath(settings.MEDIA_ROOT)):
}}}
to
{{{
if not f.startswith(os.path.abspath(settings.MEDIA_ROOT)):
}}}
i.e. change `normpath` to `abspath`.

It's fixed in later django version, but still in django 0.95 ."		closed	Validators	0.95		wontfix	FileField validator		Unreviewed	0	0	0	0	0	0
