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

Support for Django 3.2+ #210

Closed ivanzugnoni closed 2 years ago

ivanzugnoni commented 2 years ago

Hello everyone.

Any plans to add support for Django 3.2+? What are the main challenges to support it? Any guidance to contribute to the project in this direction? 2.2 is getting quite old now and becomes a deal breaker in most cases.

Thank you in advance.

DmytroLitvinov commented 2 years ago

Hi.

If you are willing to see Django 3.2 support here, you can create MR - this is an open-sourced project. Here is contributing guide.

martinzugnoni commented 2 years ago

Given that all tests are passing in Django==3.2, is it possible that the versions is already supported? Maybe it's simply not listed in the README file. Or is there any known issue about it?

$ pip3 freeze | grep Django
Django==3.2
$ python runtests.py
Creating test database for alias 'default'...
System check identified no issues (0 silenced).
..............................................................................................................................................
----------------------------------------------------------------------
Ran 142 tests in 1.939s

OK
Destroying test database for alias 'default'...
DmytroLitvinov commented 2 years ago

Hi @martinzugnoni ,

Yes, it is not mentioned in README file. Currently, I just started to work on release new 0.8.0 version with support for Django>=2.2. Any comments/suggestions are welcome.

DmytroLitvinov commented 2 years ago

Hi guys,

Recently released new version which supports Django>=2.2 :)