app/django/views/generic/__init__.py
author Sverre Rabbelier <srabbelier@gmail.com>
Mon, 16 Feb 2009 19:30:11 +0000
changeset 1362 31b2cb6b75d8
parent 323 ff1a9aa48cfd
permissions -rw-r--r--
Seed in some orgs This is to facilitate testing of a 'slot allocation' ui. Patch by: SVerre Rabbelier

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