Closed struan closed 6 years ago
I find this a bit confusing myself, but would using python_2_unicode_compatible
from https://docs.djangoproject.com/en/1.10/topics/python3/#str-and-unicode-methods achieve the same thing and get us some future-proofing against python 3 support for free?
I think this is no longer required.
str can fail to convert names with unicode to ascii correctly so use unicode instead as that handles things correctly