WiserTogether / django-remote-forms

A platform independent django form serializer
MIT License
221 stars 113 forks source link

Import force_unicode from correct location #4

Closed jacobh closed 10 years ago

jacobh commented 11 years ago

it appears force_unicode has been removed from django.utils.translation, django.utils.encoding is the correct location for this function.

erikcw commented 11 years ago

I was just bit by this on Django 1.5 also.

mrmachine commented 11 years ago

Is this project dead?

jacobh commented 11 years ago

looks like it to me.

easel commented 10 years ago

Sorry for the delay, and thanks for the patch. This fix was also covered in PR #6 which has been merged.