-
Notifications
You must be signed in to change notification settings - Fork 73
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
Py3 compatibility #12
Comments
Hi, thanks for your interest, |
Ok i'll give some impulse for python 3. Concerning unit tests, have you considered using tox to automatize application testing with multiple django and python releases? |
I actually made a PR with tox this morning #13, you can base yours on the branch feature/tox-tests-bundle. Or even add to it since I don't really see the point in merging it before making tests pass with python3, and we can rename the PR if need be. |
Ok. I'll take a look by the end of the week. |
Is anyone currently working on Py3 support? |
Not that i know of, i have a very early branch using 2to3 but it's not even worth sharing at that point, and i won't be back to it until January. |
My bad. Damned what appended since May? What a very long week :) @leotsem do you plan to work on it soon? |
Thank you for this work! I tried django-elasticsearch with python 3 and "patatras" I realized that it's restricted to python 2.x
I think your approach is relevant and, if interested, I may help you porting this app to python3.
Tell me.
The text was updated successfully, but these errors were encountered: