Closed DmytroLitvinov closed 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 I think you have to change something else as tests are failing