app/django/views/generic/__init__.py
author Sverre Rabbelier <srabbelier@gmail.com>
Thu, 12 Mar 2009 23:05:40 +0000
changeset 1820 ecc40aa58e19
parent 323 ff1a9aa48cfd
permissions -rw-r--r--
Display a warning if there are errors on the form Patch by: Sverre Rabbelier

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