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

Django 1.5 is required #13

Closed
tachang opened this issue May 7, 2013 · 4 comments
Closed

Django 1.5 is required #13

tachang opened this issue May 7, 2013 · 4 comments

Comments

@tachang
Copy link

tachang commented May 7, 2013

force_text(s, encoding='utf-8', strings_only=False, errors='strict')
New in Django 1.5.

But requirements.txt is django 1.4

@sshwsfc
Copy link
Owner

sshwsfc commented May 7, 2013

Some one report this issues, but i can find * force_text* in xadmin codes. mayby in other packages, pls help me find which package need this method.

thx

@tachang
Copy link
Author

tachang commented May 7, 2013

django-reversion is the problematic library :(

@tachang
Copy link
Author

tachang commented May 7, 2013

Kind of a pain since an upgrade from 1.4 to 1.5 is a big jump for me. Lots of deprecation stuff I need to fix.

@sshwsfc
Copy link
Owner

sshwsfc commented May 7, 2013

you can use the right version of django-reversion:

https://github.com/etianen/django-reversion/blob/master/CHANGELOG.markdown#django-reversion-changelog

在 2013-5-7,下午12:10, Jeff Tchang 写道:

django-reversion is the problematic library :(


Reply to this email directly or view it on GitHub.

@sshwsfc sshwsfc closed this as completed May 7, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants