jayvdb / django-dunder

Django app to attach usable __repr__ and __str__ to any and all Django models, using unmigrated __unicode__ on Python 3
MIT License
2 stars 2 forks source link

"Unnecessary" incorrect if `__str__` was copied from `__unicode__` #13

Open jayvdb opened 4 years ago

jayvdb commented 4 years ago

Unnecessary eurotaxes.VATCountry.__unicode__ found probably isnt correct, and then it says to remove the __unicode__ which would mean it cant be copied.