app/django/views/generic/__init__.py
author Sverre Rabbelier <srabbelier@gmail.com>
Thu, 08 Jan 2009 21:23:33 +0000
changeset 787 63d7f170b63c
parent 323 ff1a9aa48cfd
permissions -rw-r--r--
Fix login link Without the leading slash the link does not work on appspot. Patch by: Sverre Rabbelier

class GenericViewError(Exception):
    """A problem in a generic view."""
    pass