Path to this page:
./
www/py-django-mailman3,
Django library for Mailman UIs
Branch: CURRENT,
Version: 1.3.15nb1,
Package name: py312-django-mailman3-1.3.15nb1,
Maintainer: pkgsrc-usersThis 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: 415.208 KB
Version history: (Expand)
- (2024-09-26) Updated to version: py312-django-mailman3-1.3.15nb1
- (2024-07-17) Updated to version: py311-django-mailman3-1.3.15
- (2024-03-09) Updated to version: py311-django-mailman3-1.3.12
- (2024-02-09) Updated to version: py311-django-mailman3-1.3.11
- (2023-11-08) Updated to version: py311-django-mailman3-1.3.9
- (2023-06-04) Package added to pkgsrc.se, version py310-django-mailman3-1.3.9 (created)
CVS history: (Expand)
2024-03-09 07:24:30 by Adam Ciarcinski | Files touched by this commit (3) | |
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) | |
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.
|