exploreshaifali / django-softdelete-it

Add soft-delete functionality to desired models.
MIT License
44 stars 14 forks source link

Some error in Django3 #3

Open jixinqi opened 4 years ago

jixinqi commented 4 years ago

I had fix an error of your code.

In Django3, you shoud not using "from django.utils.six import python_2_unicode_compatible", you should update it to "import six".

https://stackoverflow.com/questions/20741754/python-2-unicode-compatible-error

KBenas commented 4 years ago

I have created a pull request for this in February