Open hcars opened 4 years ago
+1
I agree with this fix, since
six
is not supported by newer versions of django and without this fix the code doesn't run. Do you also need to update thedjango-graphos/demo_project/requirements.txt
file to includesix
?
I just added it to the requirements.txt file.
Are there plans to merge this PR in the fairly near future? It allows the library to be working with the current Django versions, finally.
Are there plans to merge this PR in the fairly near future? It allows the library to be working with the current Django versions, finally.
@grchang2020 please approve the changes when you can.
I presume this library is dead...
We're still using it. Just made a copy and edit as needed.
On Sat, Jan 8, 2022 at 6:07 AM Erik Telepovský @.***> wrote:
I presume this library is dead...
— Reply to this email directly, view it on GitHub https://github.com/agiliq/django-graphos/pull/149#issuecomment-1008002224, or unsubscribe https://github.com/notifications/unsubscribe-auth/AE5JNM3TWP6TTT3BZZ7LJ4LUVBALDANCNFSM4LXHCGKQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.
You are receiving this because you commented.Message ID: @.***>
Fixed the problem for the newer versions of django with the six import.