You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/lib/python2.7/site-packages/django_markdown/utils.py in , line 4 tries to call <force_text()> from django.utils.encoding which does not exist.
There is however a <force_unicode()>. using this seems to work at first glance.
please let me know if i can help out with any other info that might be usefull
---
Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/3563885-cannot-import-name-force_text?utm_campaign=plugin&utm_content=tracker%2F332251&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F332251&utm_medium=issues&utm_source=github).
The text was updated successfully, but these errors were encountered:
setup
django 1.4
python 2.7.3
django-markdown==0.6.1
problem
/lib/python2.7/site-packages/django_markdown/utils.py in , line 4 tries to call <force_text()> from django.utils.encoding which does not exist.
There is however a <force_unicode()>. using this seems to work at first glance.
please let me know if i can help out with any other info that might be usefull
--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/3563885-cannot-import-name-force_text?utm_campaign=plugin&utm_content=tracker%2F332251&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F332251&utm_medium=issues&utm_source=github).The text was updated successfully, but these errors were encountered: