summaryrefslogtreecommitdiff
path: root/django/utils/2to3_fixes
AgeCommit message (Collapse)Author
2012-08-12[py3] Added fixer for python_2_unicode_compatible.Aymeric Augustin
This doesn't deal with classes that define both __unicode__ and __str__; the definition of __str__ should be removed first. It doesn't guarantee that __str__ will return a str (rather than bytes) under Python 3 either.