﻿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
12340	`BaseGenericInlineFormSet.get_queryset` returns an unordered queryset	jbronn	jbronn	"The parent class, `BaseModelFormSet`, [source:django/trunk/django/forms/models.py@11688#L481 orders the queryset it returns], and so should `BaseGenericInline`.  An important reason to do this is that `BaseFormSet._construct_form` uses [source:django/trunk/django/forms/models.py@11688#L478 queryset slicing] at an integer index, and if the `QuerySet` returned is unordered, then it's possible to get the same model for a different integer index.

"		closed	Contrib apps	dev		fixed	generic inline		Unreviewed	1	0	0	0	0	0
