Django Newsletter Versions Save

An email newsletter application for the Django web application framework, including an extended admin interface, web (un)subscription, dynamic e-mail templates, an archive and HTML email support.

v0.9.1

3 years ago
  • Drop support for Django 1.11 LTS and Python 3.4 and 2.7.
  • Updated translations.

v0.9

4 years ago
  • Upgrade to sorl-thumbnail 12.6.2, remove install workaround.
  • Update several dependencies (waitress, Django) due to security issues.

v0.9b1

4 years ago
  • Support for Django Django 1.11.x (#294), 2.2.x (#295) and 3.0.x (#296).
  • Added missing migration (#282).
  • Update several dependencies due to security issues.
  • Python 3.8 support.

v0.8b1

5 years ago
  • Django 2.1 support (#257).
  • Python 3.7 support (#256).

v0.7

5 years ago
  • Fixed security issue allowing subscription without confirmation (#108).
  • Updated locales (ar, de).
  • Proper default Newsletter for Message, fixes #224.
  • Instructions for embedding a sign-up form (#250).
  • Migration issue with Django 2.0 (#254).
  • Miscellaneous documentation improvements.

v0.7b2

6 years ago

Major changes

  • Drop support for deprecated Django 1.10.
  • Introduce submit_newsletter management command, deprecating cron job and dropping django-extensions dependency.

Small fixes

  • Fix for encoding of non-ASCII recipient names for Django < 1.9 (#244).
  • Allow programmatic access Article and Submission save() methods (#246).

v0.7b1

6 years ago

Major changes.

  • Support for Django 1.10, 1.11 and tentative support for 2.0.

  • Drop support for Django 1.9.

  • Added support for Python 3.6.

  • Isolated the send_message process in anticipation of dropping of django-extensions dependency (#39).

  • Custom ArticleFormSet for improved Article sortorder, hidden by default. (#194)

  • Move tests to separate directory, exclude from binaries and use Django's native test runner. (#206)

  • Cleanup of form validation. (#209)

  • Settings for delays between emails, batches and the size of batches. (#223)

  • Add missing translatable strings in templates. (#220)

  • Added translations for es, el_GR.

  • Updated translations for fa, fr, nl.

Security fixes

  • Don’t leak username in unsubscribe form.
  • Use Django’s crypto code to generate random code.

Small fixes

  • Add MySQL contrib to export list of subscribers.
  • Add note about EMAIL_* settings in installation docs.
  • Added test for Message.__str__.
  • Warnings when files cannot be read in setup.py.
  • Move test requirements to their approriate place. Closes (#190)
  • Note on upgrading from <0.5.
  • Added documentation on premailers. Closes (#178)
  • Display email on import confirmation page.
  • Fix broken links in requirements. (#205)
  • Move Pillow to requirements, fixes (#202).
  • Add a second subscription for mailing tests.
  • Require Django 1.8.18 (latest point release).
  • HTML5 doctype for default templates.

v0.6

8 years ago

Major changes

  • Added support for Django 1.8 and 1.9, and dropped support for older versions.
  • Added support for native Django migrations, replacing South migrations.
  • Added Python 3.4/3.5 support and dropped Python 2.6 support.
  • Replaced IPAddressField by GenericIPAddressField (#131).
  • Fixed addresses serialization with JSON-based sessions (#104).
  • Add List-Unsubscribe header to sent messages (#169).
  • Added Polish and Brazilian Portuguese translations.
  • Significantly improved test coverage.

Smaller fixes

  • Submission admin always takes last message (#170).
  • Check that user has "add_subscription" permission when importing subscriptions (#128).
  • Fix for Submission.publish_date default value (#125).
  • Change subscription status in admin to radio field (#122).
  • Make the Submissions list display the Publish date and time with respect to the server's timezone (#112).
  • Several smaller issues: #107, #121, #123

v0.5.2

9 years ago
  • Additional locale support: Arabic, Czech, French and Islandic
  • Run tests on Django 1.7 beta and Python 3.3 (but allow failure)

v0.5.1

10 years ago
  • Added Italian translation, thanks to azanibellato.
  • Support for pluggable/custom user models (#101).
  • Proper Sphinx documentation with autodoc on Read the Docs (#90).
  • Compatibility with Django 1.6 thanks to @jnss (#97).
  • Include default message templates in package (#95).
  • Fix database to template file migration for non-ASCII characters (#94).
  • Fix small issues with vCard imports (mainly mimetype-related).