parse_duration(value) [source] Parses a string and returns a
python_2_unicode_compatible() [source] A decorator that defines __unicode__
string_concat(*strings) Lazy variant of string concatenation, needed for translations that are constructed from multiple parts
import_string(dotted_path) [source] Imports a dotted module path and returns the attribute/class
ngettext_lazy(singular, plural, number) [source]
filepath_to_uri(path) [source] Convert a file system path to a URI portion that is suitable
int_to_base36(i) [source] Converts a positive integer to a base 36 string. On Python 2 i
learn_cache_key(request, response, cache_timeout=None, key_prefix=None) [source] Learns what
smart_str(s, encoding='utf-8', strings_only=False, errors='strict') Alias of smart_bytes() on Python 2 and
keep_lazy(func, *resultclasses) [source] New
Page 4 of 12