[Pkg-mailman-hackers] Bug#1134363: "humanize" missing from /usr/share/mailman3-web/settings_local.py.sample = /etc/mailman3/mailman-web.py
Alain Knaff
alain at knaff.lu
Sun Apr 19 07:48:39 BST 2026
Package: mailman3-web
Version: 0+20240312-1
Hi,
Recently I noticed that on my Debian box newly upgraded to 13 (trixie),
tending to moderation tasks no longer worked.
This was due to django.contrib.humanize missing from the INSTALLED_APPS
in /etc/mailman3/mailman-web.py , which is initialized from
/usr/share/mailman3-web/settings_local.py.sample
Thanks,
Alain
--- /usr/share/mailman3-web/settings_local.py.sample 2024-04-25
01:38:53.000000000 +0200
+++ /etc/mailman3/mailman-web.py 2026-04-17 09:28:06.799276804 @@
-42,6 +42,7 @@
'django.contrib.sites',
'django.contrib.messages',
'django.contrib.staticfiles',
+ 'django.contrib.humanize',
'rest_framework',
'django_gravatar',
'compressor',
More information about the Pkg-mailman-hackers
mailing list