﻿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
23650	System checks framework runs 3 times while performing manage.py test	Ilya Baryshev	nobody	"I think running checks only one time during tests is better.

First, mange.py [https://github.com/django/django/blob/stable/1.7.x/django/db/backends/creation.py#L371-378 migrate] performs it,
then manage.py [https://github.com/django/django/blob/stable/1.7.x/django/core/management/commands/migrate.py#L135-142 flush],
and lastly [https://github.com/django/django/blob/stable/1.7.x/django/core/management/commands/flush.py#L88 loaddata].

If you happen to have output by checks framework, it will be repeated 3 times."	Bug	closed	Core (System checks)	1.7	Normal	fixed	tests checks		Ready for checkin	1	0	0	0	0	0
