Path to this page:
Subject: CVS commit: pkgsrc/www/py-django-mailman3
From: Adam Ciarcinski
Date: 2024-02-08 23:57:24
Message id: 20240208225724.89F51FA42@cvs.NetBSD.org
Log Message:
py-django-mailman3: updated to 1.3.11
1.3.11 (2023-10-22)
Added a migration to clear the django_sessions table to avoid Mailman Web
This will remove user's login data and require them to log in again.
1.3.10 (2023-10-21)
Configuration
BREAKING CHANGE: django_mailman3 now requires django_allauth>=0.56.
This requires the addition of allauth.account.middleware.AccountMiddleware
to MIDDLEWARE in your Django settings. If your installation uses settings
from mailman-web as here,
upgrading mailman-web to 0.0.7 will do this.
Other Changes
Add support for Django 4.2
Migrate to Bootstrap 5.
A11y: Group related radio buttons and Multi-CheckboxInput.
Add social account buttons to the Sign Up page.
Remove real name requirement from user profile
Files: