./www/py-django-mailman3, Django library for Mailman UIs

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.3.12, Package name: py311-django-mailman3-1.3.12, Maintainer: pkgsrc-users

This package contains libraries and templates for Django-based interfaces
interacting with Mailman.

To use this application, add django_mailman3 to the INSTALLED_APPS list
in your Django server's settings file.


Master sites:

Filesize: 401.982 KB

Version history: (Expand)


CVS history: (Expand)


   2024-03-09 07:24:30 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-django-mailman3: updated to 1.3.12

1.3.12 (2024-03-07)

Fix the templates to work with "django-allauth>0.58.0".
More template fixes and require django-allauth>=0.59.0. This requires
django.contrib.humanize in INSTALLED_APPS.
Add a new SOCIALACCOUNT_ADAPTER which allows for signups using Social
auth, even when the signups are disabled for regular logins.
Add support Django 5.0
Drop support for Django < 4.2 since 4.0.x-4.1.x is now EOL.
   2024-02-08 23:57:24 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
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
   2023-11-07 23:38:10 by Thomas Klausner | Files touched by this commit (112)
Log message:
*: latest py-sphinx only support Python 3.9+
   2023-06-04 04:36:27 by Mark Davies | Files touched by this commit (4)
Log message:
py-django-mailman3: add version 1.3.9

This package contains libraries and templates for Django-based interfaces
interacting with Mailman.

To use this application, add django_mailman3 to the INSTALLED_APPS list
in your Django server's settings file.