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

Support pre-existing __unicode__ #5

Closed jayvdb closed 4 years ago

jayvdb commented 4 years ago

Old packages often used __unicode__, and it often isnt fixed when doing the first Python 3 support.