I was modifying satchmo(a python online store project), but I found that I can't use [0, 5] to get the substring in the model. And I found the type is class 'django.utils.safestring.SafeUnicode' in django string processing.
Does class 'django.utils.safestring.SafeUnicode' support [0, 5] to get the substring as in python?