1
0
mirror of https://github.com/django/django.git synced 2025-01-27 02:29:55 +00:00
Aymeric Augustin 2bb2eecb63 [py3] Removed redundant __str__ methods.
These classes already have an identical __unicode__ method, which
will be used after an upcoming refactoring.
2012-08-12 14:44:40 +02:00
..