Control: forwarded -1 https://gitlab.com/lava/lava/-/merge_requests/3286
Hi Chris, On Mon, 04 May 2026 14:21:11 -0700 "Chris Lamb" <[email protected]> wrote: > I'm trying to update Django in testing from 4.2 to 5.2. However, the > transition autopkgtests for lava are failing due to its use of > index_together: > > https://ci.debian.net/packages/l/lava/testing/amd64/70769443/ > > Patch attached that updates this to use models.Index() instead. This > is backwards-compatible with Django 4.2. I think this patch is wrong, since you set indexes and then indexes is reset again later. I have created a new patch and created an upstream PR. Can you check it, please? Cheers! Chris

