thirdparty/google_appengine/lib/django/tests/regressiontests/templates/views.py
author Lennard de Rijk <ljvderijk@gmail.com>
Fri, 13 Mar 2009 16:56:56 +0000
changeset 1832 5ded837037e7
parent 109 620f9b141567
permissions -rwxr-xr-x
Fixed checkIsNotParticipatingInProgramInScope to just query for the given program instead of iterating over a list. Also fixed the error messages to show the correct message. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed

# Fake views for testing url reverse lookup

def index(request):
    pass

def client(request, id):
    pass

def client_action(request, id, action):
    pass