ugettext_lazy(message)
html_safe() [source] The __html__() method on a class helps non-Django templates
deactivate() [source] Unsets the current time zone.
string_concat(*strings) Lazy variant of string concatenation, needed for translations that are constructed from multiple parts
get_max_age(response) [source] Returns the max-age from the response Cache-Control header
ungettext_lazy(singular, plural, number) [source]
parse_duration(value) [source] Parses a string and returns a
import_string(dotted_path) [source] Imports a dotted module path and returns the attribute/class
ngettext_lazy(singular, plural, number) [source]
to_locale(language) [source] Turns a language name (en-us) into a locale name (en_US).
Page 3 of 12