﻿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
30200	Add support for using indexes in update() for ArrayFields.	Mariusz Felisiak	Jacob1507	"Django supports index lookup for `ArrayField`s  (see [https://docs.djangoproject.com/en/stable/ref/contrib/postgres/fields/#index-transforms docs]). I think we should support them also in `update()`, e.g.

{{{
Foo.objects.update(bar_array_field__0='random text')
Foo.objects.update(bar_array_field__0=F('other_related_field'))
}}}

I know that 3rd party packages already support this e.g. [https://github.com/primal100/django_postgres_extensions django_postgres_extensions], but IMO we should add this to Django."	New feature	assigned	contrib.postgres	dev	Normal		ArrayField PostreSQL index update	Ülgen Sarıkavak Bhuvnesh	Accepted	1	1	1	1	0	0
