﻿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
8817	Accessing ImageField's dimensions doesn't close file	tripediac	Armin Ronacher	"If you access an ImageField's width or height property, the corresponding image file doesn't seem to be closed after retrieving its dimensions: After retrieving a lot of image dimensions (of different images), Django produces strange errors (""cannot open template file ..."" etc.) which seem to result from too many files being open by the process. Manually calling the close() method of the ImageFieldFile object (after accessing the width and height properties) resolves these errors, so it seems it isn't not called automatically..."		closed	File uploads/storage	dev		fixed		bthomas@… simon@…	Ready for checkin	1	0	0	0	0	0
