Closed jacobh closed 10 years ago
it appears force_unicode has been removed from django.utils.translation, django.utils.encoding is the correct location for this function.
force_unicode
django.utils.translation
django.utils.encoding
I was just bit by this on Django 1.5 also.
Is this project dead?
looks like it to me.
Sorry for the delay, and thanks for the patch. This fix was also covered in PR #6 which has been merged.
it appears
force_unicode
has been removed fromdjango.utils.translation
,django.utils.encoding
is the correct location for this function.