Possible bug at this line where str should be value in "/" if "/" in str else "."
#16
Labels
bug
Something isn't working
"/" if "/" in str else "."
#16
Over in this line
django-ltree/django_ltree/fields.py
Line 13 in 154c7e3
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.
The text was updated successfully, but these errors were encountered: