-
Notifications
You must be signed in to change notification settings - Fork 13
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 2.0.x supported? #14
Comments
If it fails I'd say it does not :) I'll gladly review any PR fixing things for 2.0. |
I've created a PR. I hope I can colaborate with u guys, it's a such great widget! |
@EDario333 FYI You haven't opened a PR against this repository |
@xrmx I'm a little newbie with Git. This is the scenario:
Then I've created a fork (https://github.com/EDario333/django-fancytree) and there is my PR. Such a mess, isn't? Suggestions? P. S.: I also tried with:
And in both cases I have:
And something about privileges and that the repo exists. |
@EDario333 I think github has plenty of documentation around https://help.github.com/articles/cloning-a-repository-from-github/ |
Hi! I got the error:
ImportError: cannot import name 'force_unicode'
In fancytree/widgets.py", line 8
I supposed that this widget doesn't work with Django 2.0.x, Am I right?
P. S.: I'm working with Django 2.0.2, django-mptt 0.9.0 and django-fancytree 0.4.0.
I tried to run (
./manage.py runserver
) the treewidget app but the OS freezing (os.PS file was created); I supposed that the example app was developed in a django earlier version than 2.0. Am I right? And, do you know how can I test it in django 2.0?The text was updated successfully, but these errors were encountered: