﻿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
10915	For QuerySet qs, list(qs)[k] does not always equal qs[k]	David Gouldin	nobody	"On `QuerySet.__getitem__` (i.e. `qs[k]`), a limit/offset is applied to a clone of the queryset.  While I think the intent is to retrieve the kth item from the queryset just as it would have been if reached in the process of an iter (in other words, `list(qs)[k] == qs[k]` for all `k`), the limit/offset method of retrieval is inherently different due to a lack of ordering in the database.

This results in an unstable answer from `__getitem__` for models without an `order_by`."		closed	Database layer (models, ORM)	1.0		duplicate		dgouldin@… jdunck@…	Unreviewed	0	0	0	0	0	0
