Context.get(key, otherwise=None) Returns the value for key if key is in the context, else returns
Context.flatten() Using flatten() method you can get whole Context stack as one dictionary including
get_template(template_name, skip=None) [source] Returns a Template object for
get_template_sources(template_name) [source] A method that takes a template_name
Context.push()
static() [source] If this processor is enabled, every RequestContext will contain
tz() [source] If this processor is enabled, every RequestContext will contain
class Context(dict_=None) [source] This class lives at django.template.Context
class Loader [source] Loads templates from a given source, such as the filesystem or a database
Context.update(other_dict) [source] In addition to push() and pop()
Page 1 of 4