﻿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
26353	Add --quiet argument to loaddata	Adam	nobody	"In my project I run loaddata to load a default list of store drinks when a store is created. This is great, but during testing I have tons of lines reading ""Installed 8 object(s) from 1 fixture(s)"" which makes it hard to see E/F/. in the tests, and it's ugly.

I'd like to hide those messages, but it doesn't look possible after reading source and [https://docs.djangoproject.com/en/1.9/ref/django-admin/#loaddata docs].

The relevant code is here [https://github.com/django/django/blob/master/django/core/management/commands/loaddata.py#L121 here] where if I pass in a `-q` or `--quiet` option it would skip that block. Is this something that would be considered with a PR?"	New feature	closed	Core (Management commands)	1.9	Normal	invalid			Unreviewed	0	0	0	0	0	0
