mixxorz / django-service-objects

Service objects for Django
MIT License
337 stars 29 forks source link

Removed dependancy on django utils six #53

Closed AngelOnFira closed 4 years ago

AngelOnFira commented 4 years ago

Django 3.0 deprecates the use of six from django.utils, as can be seen here. This PR makes use of the six package which is already used.