thirdparty/google_appengine/lib/django/tests/regressiontests/templates/views.py
author Lennard de Rijk <ljvderijk@gmail.com>
Sat, 07 Mar 2009 19:17:02 +0000
changeset 1722 7f285e96cb17
parent 109 620f9b141567
permissions -rwxr-xr-x
All address fields for roles and groups can now only use characters that can successfully be converted to ASCII. Has to do with Issue 243. 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