﻿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
23709	postgres ArrayField can't access specific array indices in .values(), .aggregate(), etc.	kalenedrael		"ArrayField allows lookups by index when filtering, e.g. 
{{{
qset.filter(arr__0=foo)
}}}
but things like
{{{
qset.values('arr__0')
qset.aggregate(Max('arr__0'))
}}}
are not allowed.

I'm not sure if this counts as a feature request or bug. From a cursory look at the Django source it seems that this functionality may not be compatible with the way Django handles lookups outside of .filter()."	New feature	closed	contrib.postgres	dev	Normal	duplicate	arrayfield		Accepted	0	0	0	0	0	0
