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

str: Remove unnecessary foo= #8

Open jayvdb opened 4 years ago

jayvdb commented 4 years ago

There are many times when str() doesnt need to prefix attributes with foo= as the foo= is implied/understood by humans due to some other factor, such as the formatting of the attribute value, or the primacy of the attribute for that model.