﻿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
8059	m2m_through test hasn't a really predictable output	Ramiro Morales	nobody	"One of the tests for this new functionality:

http://code.djangoproject.com/browser/django/trunk/tests/modeltests/m2m_through/models.py#L329

runs successfully with all (some?) the builtin DB backends, but from what can be seen in the model definitions and the data handling made in the tests leading to that specific test, there isn't an unique 'correct' output order.

This is showing a a failure when running the test suite against another external DB backend.

The attached patch solves this adding another item to the {{{membership.meta.ordering}}} tuple.
"		closed	Testing framework	dev		fixed	m2m_through db backend output modeltests		Unreviewed	1	0	0	0	0	0
