﻿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
29188	ContentFile.size remains constant after initializing	Maksim Iakovlev	Alex Stovbur	"
{{{
>>> cf = ContentFile('')
>>> cf.size
0
>>> cf.write('asd')
3L
>>> cf.size
0
}}}
"	Bug	closed	File uploads/storage	1.11	Normal	fixed		Alex Stovbur	Accepted	1	0	0	0	0	0
