﻿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
24034	ArrayField.deconstruct always overwrites path	Jernej Kos	Jernej Kos <jernej@…>	"The new `django.contrib.postgres.fields.ArrayField` seems to always overwrite the `path` element in the returned `deconstruct` tuple instead of using the path generated by `Field` base class. This causes the path to be wrong in ArrayField subclasses and requires it to be explicitly set instead of just using the one generated by the `Field` base class.

It would be better to change it to something like in the `Field` class, where the current value of the `path` is checked first before rewriting the path into a shorter form."	Bug	closed	contrib.postgres	dev	Normal	fixed			Accepted	1	0	0	0	0	0
