Closed DmytroLitvinov closed 2 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.
django-model-utils
Can this issue be closed now?
https://github.com/dominno/django-moderation/commit/fbdf886a9839de98232a51de60f4457cd91b2ea9
Hi @MaybeThisIsRu , Yes, we can right now after a new release.
Currently, we are using
django-model-utils
library just for Choices utility. I am proposing to move to Django native choices or atleast Enum.