﻿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
5751	manage.py test doesn't run doctests for models split into separate files	Antti Kaihola	nobody	"If models are split into separate files like this:
{{{
myapp/models/__init__.py
myapp/models/polls.py
myapp/models/posts.py
}}}
the {{{manage.py test}}} command only runs doctests for models defined in {{{myapp/models/__init__.py}}}.

This is true even if I import all the models in {{{__init__.py}}}."		closed	Testing framework	dev		duplicate			Unreviewed	1	0	0	0	0	0
