Skip to content

Releases: peopledoc/django-mail-factory

0.24

08 Feb 10:53
Compare
Choose a tag to compare

Kudos:

@robincherbonnier

0.23

07 Feb 16:09
Compare
Choose a tag to compare

Kudos:

@DainDwarf, @ewjoachim and @robincherbonnier

0.12

25 Jan 16:44
Compare
Choose a tag to compare
  • add compatibility with Django1.7
  • use django.utils.translation.override in the text to provide better isolation

0.4

25 Jan 16:42
Compare
Choose a tag to compare
0.4
  • only display the email preview link to the html alternative if it exist
  • full test coverage (100%)
  • refactor/rewrite (cleanup, no more meta-programming)
  • merged email previewing in MailForm
  • now uses tox, added py33 to travis
  • ported to python3
  • fixed error with mail_admin (was "working" with django<1.5)

0.3

25 Jan 16:42
Compare
Choose a tag to compare
0.3

0.7

25 Jan 16:43
a7d1da7
Compare
Choose a tag to compare
0.7
  • Added Form.get_preview_data(): provide custom data to override the form's data

0.22

03 Feb 14:03
754aa8f
Compare
Choose a tag to compare
  • Run tests for Django 2.2 and Python 3.5, 3.6, 3.7 & 3.8
  • Fix mail_factory.contrib app for django >= 2.1
  • Isort the code
  • Display python warnings while running tox targets
  • Remove some Django < 1.11 compatibility code

0.20

13 Oct 10:41
Compare
Choose a tag to compare

0.20 (2017-10-12)

  • Do not load url templatetag in templates

0.19

21 Sep 08:51
0.19
Compare
Choose a tag to compare

0.19 (2017-09-21)

  • Drop Python 2.6 support
  • Drop Django < 1.7 support
  • Run the tests with Django 1.11

0.18

17 Jul 08:31
0.18
Compare
Choose a tag to compare

0.18 (2017-07-17)

  • Fix django 1.10 compatibility (render() must be called with a dict, not a Context)