force_str(s, encoding='utf-8', strings_only=False, errors='strict')  
Alias of force_bytes() on Python 2 and force_text() on Python 3. This function always returns a str.
force_str(s, encoding='utf-8', strings_only=False, errors='strict')  
Alias of force_bytes() on Python 2 and force_text() on Python 3. This function always returns a str.
Please login to continue.