mirror of
https://github.com/django/django.git
synced 2025-02-02 21:59:53 +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.