Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

replace force_unicode to force_text for django >=1.6 in widgets.py #1

Closed
ghost opened this issue Nov 11, 2013 · 3 comments
Closed

replace force_unicode to force_text for django >=1.6 in widgets.py #1

ghost opened this issue Nov 11, 2013 · 3 comments
Assignees
Labels

Comments

@ghost
Copy link

ghost commented Nov 11, 2013

No description provided.

@riklaunim
Copy link
Owner

Will check that out. Is there a difference for 1.4-1.5?

@ghost ghost assigned riklaunim Nov 11, 2013
@ghost
Copy link
Author

ghost commented Nov 11, 2013

I can't use 1.6 with Python 3.3 without it.

https://docs.djangoproject.com/en/dev/topics/python3/#string-handling

try import force_text (Django1.6+), or use force_unicode as force_text (Django<1.6) on ImportError exception.

@riklaunim
Copy link
Owner

Ok, will fix that.

riklaunim pushed a commit that referenced this issue Apr 12, 2014
Get improvements from the lastest version
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant