Class RequestContext
This subclass of template.Context automatically populates itself using
Declaration
source linkDocumentation
the processors defined in the engine's configuration.
Additional processors can be specified as a list of callables
using the "processors" keyword argument.
Methods
▶ def __init__(self, request, dict_=None, processors=None, use_l10n=None, use_tz=None, ...) override ▶ def new(self, values=None) overrideinherited doc Return a new context with the same properties, but with only the values given in 'values' stored.