Your message dated Tue, 12 May 2026 22:49:30 +0000
with message-id <[email protected]>
and subject line Bug#1135703: fixed in lava 2026.04-5
has caused the Debian Bug report #1135703,
regarding lava: Please support Django 5.2
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
1135703: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1135703
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: lava
Version: 2026.04-2
Severity: important
Tags: patch
Hi,
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.
Regards,
--
,''`.
: :' : Chris Lamb
`. `'` [email protected] / chris-lamb.co.uk
`-
diff --git lava_scheduler_app/models.py lava_scheduler_app/models.py
index 59bad88..1f37495 100644
--- lava_scheduler_app/models.py
+++ lava_scheduler_app/models.py
@@ -1385,7 +1385,7 @@ class TestJob(models.Model):
"""
class Meta:
- index_together = ["health", "state", "requested_device_type"]
+ indexes = [models.Index(fields=["health", "state",
"requested_device_type"])]
default_permissions = ("change", "delete")
indexes = (
models.Index(fields=("-submit_time",)),
--- End Message ---
--- Begin Message ---
Source: lava
Source-Version: 2026.04-5
Done: Christopher Obbard <[email protected]>
We believe that the bug you reported is fixed in the latest version of
lava, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Christopher Obbard <[email protected]> (supplier of updated lava package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Tue, 12 May 2026 23:28:52 +0100
Source: lava
Architecture: source
Version: 2026.04-5
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <[email protected]>
Changed-By: Christopher Obbard <[email protected]>
Closes: 1135703
Changes:
lava (2026.04-5) unstable; urgency=medium
.
* d/patches: fix Django 5.1 compatibility (Closes: #1135703)
* d/t/control: add openssh-client to autopkgtest depends
* d/t/control: add python3-guestfs to autopkgtest depends
Checksums-Sha1:
2163dcf42eb366104fc9299dc145e87be36c72cd 2948 lava_2026.04-5.dsc
df41b1a197a5e4351ee1e372e13e33b0082ef76a 98996 lava_2026.04-5.debian.tar.xz
15bcc1aaa8090ee3b2ce441e3d1c6f80da295d3d 10585 lava_2026.04-5_amd64.buildinfo
Checksums-Sha256:
5320728f607665305769d4e3c6bc26fc2c9f22adfd8a40d2cefed82fd3843519 2948
lava_2026.04-5.dsc
cbed6d219677a4a2c58d08c881212b5ed2a2979c59dbd354b9d26563f5c363ea 98996
lava_2026.04-5.debian.tar.xz
f53fda572b8c7271121a694933ae54893da082f4b0592515a2e6f51aceec58e3 10585
lava_2026.04-5_amd64.buildinfo
Files:
c7b84310e02743c322668531e8783a6b 2948 net optional lava_2026.04-5.dsc
216021e7d0c3969756ac0484802f7cd0 98996 net optional
lava_2026.04-5.debian.tar.xz
ddcdf9b65936d73d58b623be729a4e50 10585 net optional
lava_2026.04-5_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJHBAEBCgAxFiEE8Yvci2wl+QqiPVF0Y03E8GhwRvgFAmoDqnsTHG9iYmFyZGNA
ZGViaWFuLm9yZwAKCRBjTcTwaHBG+As3EACbyOv7KVfj2WEmym48N+XiVCEOMxSZ
2e8uBxl0iIGoF7ZGwvcdBblKWWZ4f7YJ95zhpSk9eyvU9E8IWxY5JO/UHWoZ1YNM
N2VBIPzklmQ+z0P/WvSZN+ImDyuylf5gzsA89X/PkCcE+BYJQkDs/pEdiniSNact
Furv02f6Xu3q1Z/C1YcLSgeuFQN3mq2e2oIFpTHdSIouVLCbCf9/XQ9fH4Rb1VD4
oBetecPw5gkL4b0NRA1EbJK4Xv5yyA9IaTGb4pbbzDkvAoGwlmnmHYP2zXItNyCj
N3Kl5dkX1DSwFkuWzAI7fEUr1E1GBwVFUoRKHMbXiOLftRsAG75NBg+9qOAFLU8f
cIYw0b2YYVWXVymaGFSpNzMztVLVeRLHSld/j9bkTs3zXCPMal3m1/94d4PuD4D5
G3GVQILD38s15RjzRUCG/HkEtgyy5FYHvfVXT9UxsWmzPEjECBHC8VZCqbfRHG4j
no9LokbTpqxWFAka2RJrSXuP33DyhXkOE6EUGZwK5fRJRLGLM/KmOAAQKaAIJosE
BK9Pce0iu1VKmJt5ModC/JSG3TjqgMkFHRSvIR4HVJwf3wtPkuUdYjFiTjVLsVM8
aOkArqN7QBzBl+i+POA4OBTPErHZ9/7pTiQw6tt80CsKmc2W+xJRptBIuYVPuUgQ
DDotZIhbf5eJDg==
=XOG8
-----END PGP SIGNATURE-----
pgpvbokX_1K2y.pgp
Description: PGP signature
--- End Message ---