Python

Python

Made by DeepSource

Model has __unicode__ method PYL-W5102

Anti-pattern
Major

Django models should not implement a __unicode__ method for string representation when using Python 3. Use __str__ instead.