Codebase list django-mailman3 / 83a43c17-13d0-4285-b1ec-e2884a583111/main PKG-INFO
83a43c17-13d0-4285-b1ec-e2884a583111/main

Tree @83a43c17-13d0-4285-b1ec-e2884a583111/main (Download .tar.gz)

PKG-INFO @83a43c17-13d0-4285-b1ec-e2884a583111/mainraw · history · blame

Metadata-Version: 1.2
Name: django-mailman3
Version: 1.3.7
Summary: Django library to help interaction with Mailman
Home-page: https://gitlab.com/mailman/django-mailman3
Maintainer: Mailman Developers
Maintainer-email: mailman-developers@python.org
License: GPLv3
Description: ==============================
        Django library for Mailman UIs
        ==============================
        
        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.
        
        
        NEWS
        ====
        
        1.3.7 (2021-09-02)
        ------------------
        
        * Set the minimum required version of ``mailmanclient`` in setup.py.
          (Fixes #46)
        
        1.3.6 (2021-08-31)
        ------------------
        * ``django_mailman3.lib.mailman.get_mailman_client()`` now supports
          Mailmanclient request hooks to be added using a new
          ``@mailmanclient_request_hook`` decorator.
        * Scrubber now removes null bytes from the scrubbed message body.
        * Update the Display Name of a user and it's associated addresses in Mailman
          when the display name is updated in Django.
        * Sync a Django user's email address to Core even if it is not verified.
        * Add an allauth account adapter to disable signups.
        * Add support for Django 3.2.
        
        1.3.5 (2021-01-15)
        ------------------
        * Add a new method get_django_user to return Django User model. (See !99)
        * Add ``delete_archives`` field to ``mailinglist_deleted`` Signal.
        * Replaced deprecated ``ugettexy_lazy`` with ``gettext_lazy``. (Closes #37)
        
        
        1.3.4 (2020-06-05)
        ------------------
        * Fix a bug caused by bumping to Mailman API 3.1 in version 1.3.3 which
          resulted in 404 errors for some users. (Closes #35)
        
        
        1.3.3 (2020-06-01)
        ------------------
        
        - Hide "Account Connections" tab in accounts if no social account providers are
          installed. (See !54)
        - Use bold font for form labels (See !82)
        - Update a user's preferred_address in Mailman Core when a user updates their
          primary address in Profile. (Closes #32)
        - Use Mailman's API version 3.1 to get Hex UUIDs instead of integer.
        - Caught a LookupError when scrubbing an attachment with an unknown charset.
          (Closes #12)
        - Properly scrub the content of message/rfc822 parts.  (Closes #34)
        
        License
        =======
        
        Django-mailman is licensed under the
        `GPL v3.0 <http://www.gnu.org/licenses/gpl-3.0.html>`_
        
        Copyright (C) 2017-2020 by the Free Software Foundation, Inc.
        
Keywords: mailman django
Platform: UNKNOWN
Classifier: Framework :: Django
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Topic :: Communications :: Email :: Mailing List Servers
Classifier: Programming Language :: Python :: 3