thirdparty/google_appengine/lib/django/tests/regressiontests/templates/views.py
author Todd Larsen <tlarsen@google.com>
Thu, 20 Nov 2008 17:54:51 +0000
changeset 510 6cd4f44891e5
parent 109 620f9b141567
permissions -rwxr-xr-x
id() is a built-in function in Python, so rename the property to link_id. Add a scope_path StringProperty to cache the string representation of the transitive closure of the nested scopes of an entity. Patch by: Todd Larsen

# Fake views for testing url reverse lookup

def index(request):
    pass

def client(request, id):
    pass

def client_action(request, id, action):
    pass