I could just manually check and add it before working with the model
like:
        stump_split = list(this_stump.partition(":"))
        if stump_split[1] and not stump_split[2].startswith("//"):
                stump_split[2] = "/"+stump_split[2]
                this_stump = ''.join(stump_split)

but that's kinda meh and still doesn't get to why it's happening.

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to