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

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


Branch: CURRENT, Version: 1.3.15nb1, Package name: py312-django-mailman3-1.3.15nb1, 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: 415.208 KB

Version history: (Expand)


CVS history: (Expand)


   2024-10-14 08:46:10 by Thomas Klausner | Files touched by this commit (325)
Log message:
*: clean-up after python38 removal
   2024-09-26 09:41:31 by Thomas Klausner | Files touched by this commit (2)
Log message:
py-django-mailman3: fix PLIST for latest pdm

Bump PKGREVISION.
   2024-07-17 11:18:46 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-django-mailman3: updated to 1.3.15

1.3.15 (2024-06-29)

Use the source-includes directive in pyproject.toml instead of
includes to include files that aren't required for wheels and
doesn't need to be copied to site-packages.

1.3.14 (2024-06-23)

This release has _also_ been yanked from PyPI because of bad build

Fix the pyproject.toml metadata for packaging.

1.3.13 (2024-06-22)

This release has been yanked from PyPI due to bad build.

Fix social account buttons to work with providers other than oauth with
multiple sub-providers.
Format date and time in Django DATETIME_FORMAT
   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.