mirror of
https://github.com/django/django.git
synced 2025-02-23 16:24:46 +00:00
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.