Closed lukasklein closed 8 years ago
This is not ready for merge, yet.
@lukasklein Thanks for taking a crack at these updates, I haven't merged because you said it wasn't ready for merging yet. However, @philippbosch has just contributed some python 3 compatibility stuff, that does look like it's ready. If you want, maybe check those out and see how they fit in with what you were doing?
Ooops, I should have looked at the open PRs first before creating a new one … Sorry
@philippbosch no problem - this pull request is old, and he mentioned it wasn't ready yet. I think I'll just go with yours; I'll have some time after the new year to get everything tested and pushed
Hey there, thanks @philippbosch for your efforts. @bbengfort is right, my PR never got beyond a "works for me" alpha.
@lukasklein - thanks for getting back! I'll take a look at what you were doing when I swing back to this and make sure it's at least compatible, then I'll push @philippbosch to PyPI.
According to https://docs.djangoproject.com/en/1.8/topics/python3/#string-handling,
force_unicode
has been renamed toforce_text
.