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

Some bug fix to improve python3 compatibility #41

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

vitaly4uk
Copy link
Contributor

No description provided.

from django.utils.encoding import smart_unicode
except ImportError:
from django.utils.encoding import smart_text as smart_unicode
from django.utils.encoding import python_2_unicode_compatible
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do you know what version this was introduced in?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes. In django 1.5.
Is there any reason to use lower version of django?
And I've changed version of django in tox tests deps.

@JenkinsAtKwambio
Copy link

retest this please

@JenkinsAtKwambio
Copy link

add to whitelist

@JenkinsAtKwambio
Copy link

retest this please

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

Successfully merging this pull request may close these issues.

3 participants