﻿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
35323	Fix FileExistsError in django/core/files/move.py.	bcail	bcail	In file_move_safe(), if the destination exists and allow_overwrite is False, [https://github.com/django/django/blob/main/django/core/files/move.py#L47 FileExistsError is raised] - but it's immediately swallowed because it's inside a try block. The code goes on to try the manual copy process, and a new FileExistsError is raised in that code.	Cleanup/optimization	closed	File uploads/storage	dev	Normal	fixed		bcail	Ready for checkin	1	0	0	0	0	0
