dominno / django-moderation

django-moderation is reusable application for Django framework, that allows to moderate any model objects.
BSD 3-Clause "New" or "Revised" License
269 stars 90 forks source link

django 3.x compatibility with python 3.8 and 3.9 #200

Closed martibosch closed 3 years ago

martibosch commented 3 years ago

In line with #195 (but without Python syntax diffs in the commits), I am adding compatibility with Django 3.0, 3.1 and 3.2.

Additionally, tests for Django 3.x are also run in Python 3.8 and 3.9.