ugettext(message) [source] Translates message and returns it in a unicode string
int_to_base36(i) [source] Converts a positive integer to a base 36 string. On Python 2 i
import_string(dotted_path) [source] Imports a dotted module path and returns the attribute/class
ungettext_lazy(singular, plural, number) [source]
method_decorator(decorator, name='') [source] Converts a function decorator into a method
learn_cache_key(request, response, cache_timeout=None, key_prefix=None) [source] Learns what
get_max_age(response) [source] Returns the max-age from the response Cache-Control header
escape_uri_path(path) [source] Escapes the unsafe characters from the path portion of a Uniform
patch_response_headers(response, cache_timeout=None) [source] Adds some useful headers to
ngettext_lazy(singular, plural, number) [source]
Page 4 of 12