﻿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
29454	Default size for django.core.files.uploadedfile is None and then len will raise error	jxltom	nobody	"By default, ```size``` of  django.core.files.uploadedfile is ```None``` and ```__len__``` will return ```size``` by default. Calling ```len``` will raise ```TypeError: 'NoneType' object cannot be interpreted as an integer``` error if size is not assigned specifically.

Can this be handled better? such as do not implement ```__len__``` method if ```size``` is set as ```None```"	Cleanup/optimization	new	File uploads/storage	2.0	Normal				Unreviewed	0	0	0	0	0	0
