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

Drop support Python2, Django<1.11. Add support Django 2.1, 2.2 #178

Closed DmytroLitvinov closed 5 years ago

DmytroLitvinov commented 5 years ago

This PR provides support only for Python 3.5+ and Django>=1.11

@dominno , PR is ready for review. Also, we need to rewrite docs because it is outdated with this PR.

DmytroLitvinov commented 5 years ago

Friendly ping @dominno

dominno commented 5 years ago

@DmytroLitvinov Thank you for your work. I have reviewed and have no question, can marge. Can you just update docs for info that changed ? Then will merge and push to pypi

DmytroLitvinov commented 5 years ago

Yes, of course. I will adapt docs and ping you back.

dominno commented 5 years ago

also please update version in setup.py to '0.7.0'

DmytroLitvinov commented 5 years ago

Hi @dominno . PR was refactored.

Please check latest commits: this one and this