﻿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
22237	Warnings when running the test suite	Aymeric Augustin	Claude Paroz	"With Python 2.7 and SQLite, `python -Wall runtests.py` reports:

{{{
django/core/management/commands/loaddata.py:224: UserWarning: No fixture named 'db_fixture_1' found.
  warnings.warn(""No fixture named '%s' found."" % fixture_name)
django/db/utils.py:228: RemovedInDjango19Warning: In Django 1.9 the TEST_NAME connection setting will be moved to a NAME entry in the TEST setting
  self.prepare_test_settings(alias)
}}}"	Bug	closed	Uncategorized	dev	Release blocker	fixed			Accepted	0	0	0	0	0	0
