app/django/views/generic/__init__.py
author Sverre Rabbelier <srabbelier@gmail.com>
Mon, 02 Feb 2009 15:00:43 +0000
changeset 1180 6290c9e49848
parent 323 ff1a9aa48cfd
permissions -rw-r--r--
Fixed club_app The user could not edit their own club app due to a buggy check. Patch by: Sverre Rabbelier

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