﻿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
10258	many files with the same file name cannot be saved correctly	liangent	duncan	"The current Django code add '_' to file name in order to avoid overwrite saved files.
However, if I save many files with the same file name, Django will add many '_'s.
If the file name is too long, file will be saved correctly, but path in database will be truncated.

{{{
/var/lib/python-support/python2.5/django/db/backends/mysql/base.py:83: Warning: Data truncated for column 'output' at row 1
  return self.cursor.execute(query, args)
}}}

Then when I try to get that file according to the path saved in database, it will fail..."		closed	File uploads/storage	1.0		fixed		ianschenck	Accepted	1	0	1	0	0	0
