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

Get rid of `django-model-utils` library #187

Closed DmytroLitvinov closed 2 years ago

DmytroLitvinov commented 4 years ago

Currently, we are using django-model-utils library just for Choices utility. I am proposing to move to Django native choices or atleast Enum.

MaybeThisIsRu commented 2 years ago

Can this issue be closed now?

https://github.com/dominno/django-moderation/commit/fbdf886a9839de98232a51de60f4457cd91b2ea9

DmytroLitvinov commented 2 years ago

Hi @MaybeThisIsRu , Yes, we can right now after a new release.