app/django/views/generic/__init__.py
author Sverre Rabbelier <srabbelier@gmail.com>
Thu, 09 Apr 2009 22:06:18 +0000
changeset 2140 32b0731f0bf5
parent 323 ff1a9aa48cfd
permissions -rw-r--r--
Add a new allocation algorithm and use it Patch by: Sverre Rabbelier

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