﻿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
24105	When upload_to is callable, storage.get_valid_name() does not get called	John Bowen	Abhaya Agarwal	"== Module: db.models.fields.files.py ==

Present in recent commits of versions 1.8 and 1.7
Commit: c1493879d98328040b36ad93cd104c0b3b546772
Commit: bbcbacf0ad4fc9aa89d13c35f4b084185b284a49

Summary summed it up. But maybe the Storage class should be calling get_valid_name like the docs suggest. -see (_save)
[https://docs.djangoproject.com/en/1.7/howto/custom-file-storage/]
{{{
""_save(name, content)¶
Called by Storage.save(). The name will already have gone through get_valid_name() and get_available_name(), and the content will be a File object itself.""
}}}"	Cleanup/optimization	closed	File uploads/storage	dev	Normal	fixed	upload_to, get_valid_name	Abhaya Agarwal	Accepted	1	0	0	0	0	0
