mirror of
https://github.com/django/django.git
synced 2025-01-27 02:29:55 +00:00
7aa538357c
The main cleanup was removal of non-necessary __unicode__ method. The tests didn't break on py3 as the string representation was never used in the tests. Refs #17813. Thanks to Simon Charette for spotting this issue.