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

Possible bug at this line where str should be value in "/" if "/" in str else "." #16

Open
simkimsia opened this issue Jun 12, 2022 · 0 comments

Comments

@simkimsia
Copy link

Over in this line

split_by = "/" if "/" in str else "."

When i run python3.7 this doesn't seem to trigger any issue but when I upgrade to python3.8 in my django app, I get this error.

File "/usr/local/lib/python3.8/dist-packages/django_ltree/fields.py", line 13, in __init__
    split_by = "/" if "/" in str else "."
TypeError: argument of type 'type' is not iterable
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

No branches or pull requests

1 participant