app/django/views/generic/__init__.py
author Lennard de Rijk <ljvderijk@gmail.com>
Fri, 30 Jan 2009 17:38:28 +0000
changeset 1085 0afbdd0905ef
parent 323 ff1a9aa48cfd
permissions -rw-r--r--
Renamed state to status where appropriate. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed

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