liminspace / django-mjml

The simplest way to use MJML in Django templates.
MIT License
260 stars 32 forks source link

Upgrade django 4.1 #171

Closed cavanierc closed 2 years ago

cavanierc commented 2 years ago

Hi @liminspace , Django 4.1 is released, this PR allows django-mjml to work with Django 4.1. I also upgraded MJML 4.13.0 by default.

Thanks, Clément

liminspace commented 2 years ago

@cavanierc thanks for you activity. Currently I'm working on new major release of django mjml. The server docker updated and moved here https://github.com/liminspace/mjml-tcpserver and it will be cut from this repo. Also I want to remove supporting old versions of python, django and mjml. Min versions will be: django 2.2 python 3.6 mjml 4.6

I'll close your PR since I will make more changes.