App Engine Python SDK  v1.6.9 rev.445
The Python runtime is available as an experimental Preview feature.
Classes | Functions
google.appengine._internal.django.core.context_processors Namespace Reference

Classes

class  PermLookupDict
 
class  PermWrapper
 

Functions

def auth
 
def csrf
 
def debug
 
def i18n
 
def media
 
def request
 

Detailed Description

A set of request processors that return dictionaries to be merged into a
template context. Each function takes the request object as its only parameter
and returns a dictionary to add to the context.

These are referenced from the setting TEMPLATE_CONTEXT_PROCESSORS and used by
RequestContext.

Function Documentation

def google.appengine._internal.django.core.context_processors.auth (   request)
DEPRECATED. This context processor is the old location, and has been moved
to `django.contrib.auth.context_processors`.

This function still exists for backwards-compatibility; it will be removed
in Django 1.4.
def google.appengine._internal.django.core.context_processors.csrf (   request)
Context processor that provides a CSRF token, or the string 'NOTPROVIDED' if
it has not been provided by either a view decorator or the middleware
def google.appengine._internal.django.core.context_processors.media (   request)
Adds media-related context variables to the context.