﻿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
30908	FilePathField raises FileNotFoundError for nonexistent path.	Jason Held	Hasan Ramezani	"The docs around the model of FilePathField show the path as being default None, while the code is empty string.

Also, due to a change in 2.2 around using scandir on the form field for FilePathField, if the path doesn't exist, a FileNotFoundError is issued (same would have happened before the scandir change), but now the try/except logic on OSError (super class) has been removed, in the PR that changed to scandir.

So, the docs are out of date (regardless of whichever value is more sane as a default), and the change on scandir also removed the try/except.

Previously it was not an issue because there was a try/except, so we were caught off guard."	Bug	closed	Forms	2.2	Normal	wontfix			Accepted	0	0	0	0	1	0
