-
Notifications
You must be signed in to change notification settings - Fork 83
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
Python 3.x Comptability #260
Comments
+1 |
I get the feeling this has been abandoned. |
I'd be happy to review and merge a PR, but we need someone with time to actively maintain the project going forward. |
@shayneoneill not completely :) I'm not going to be able to take on maintaining the project myself (I have a day job that takes up the vast majority of my coding time), but if I can I'll have a look about doing a few small PRs. Is there any resistance to looking at the latest versions of Django/neo4j as well? |
Not at all, but I'll caution you that the migration to Neo4j 2.0+ was a big blocker for my work here- I'd start with Python 3 (easiest), then Django 1.8+ (more difficult due to changing framework internals). Django 1.8 includes a number of query-builder improvements that will make the switch to Neo4j 2.0+ much easier. |
Thanks for the heads up. I'll take a look and see if I can get the test suite running |
@scaryclam I could perhaps help you out getting this up to Python 3 and Django 1.10. |
@scaryclam I am also interested in integrating neo4django to be compatible with Python3 and Django 1.10. |
@mhluongo Do you have any interest in driving the project? If so, you could add a "project," which is GitHub's Trello clone. Then we could start divvying up the work. |
I do- happy to advise, review PRs, etc. Started a simple board https://github.com/scholrly/neo4django/projects/1 |
Python 3 should be fairly easy. Upgrading to the latest Django (do we target 1.10 or 1.8+) will be a bit more difficult, but it'll make maintaining the library far simpler in the future, as newer versions of Django have much cleaner ORM internals. |
Is there any progress with your work to get this running with the latest versions of python and django? There doesn't seem to be a working django OGM (which I find very surprising) and this project seems to be one of the better options. Maybe I can help developping but there doesn't seem to be a lot of progress last months. |
Hi Any chance this can work now on python3. I am trapped between errors on both requirements: $ python3 -m pip install -U neo4django
|
Hi guys,
|
I can't currently use this library as it is not up to date for python 3. Is there any interest in getting the library cleaned up for python 3?
The text was updated successfully, but these errors were encountered: