app/django/views/generic/__init__.py
author Augie Fackler <durin42@gmail.com>
Sun, 12 Jul 2009 11:46:36 -0500
changeset 2613 169d69967431
parent 323 ff1a9aa48cfd
permissions -rw-r--r--
buildout.cfg: We require nose as well for tests.

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