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

Fix pinning version of Django for library #186

Closed DmytroLitvinov closed 4 years ago

dominno commented 4 years ago

@DmytroLitvinov I think you have to change something else as tests are failing

DmytroLitvinov commented 4 years ago

@dominno they are failing on django 1.11 because of django-model-utils library which requires django>=2.0.1 starting from v4 of library.

As I see in project, we are using django-model-utils just for Choices. Maybe we should get rid of that library and use internal Django's choices?

DmytroLitvinov commented 4 years ago

Related to https://github.com/dominno/django-moderation/issues/187