﻿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
13464	django.utils.module_loading.has_submodule is incorrectly implemented	Alex Gaynor	nobody	The main problem is we assume a loader has find_module method, which is only true if the loader and finder are a single class, which is in no way guaranteed.  Brett Cannon has suggested an alternate implementation, which basically needs to re-implement the Python import machinery: http://paste.pocoo.org/show/209115/  (I'll turn it into a proper patch soonish)		closed	Core (Other)	dev		fixed		Brett Cannon	Accepted	1	0	0	0	0	0
