﻿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
29689	Improve performance of FileSystemStorage.listdir() and FilePathField with os.scandir()	Federico Bond	Federico Bond	Now that the minimum supported version is Python 3.5, we can replace `os.listdir()` with `os.scandir()` in `FileSystemStorage.listdir()` and `FilePathField.__init__()` to eliminate extra syscalls within the loops for improved performance.	Cleanup/optimization	assigned	File uploads/storage	2.1	Normal				Ready for checkin	1	0	0	0	0	0
