app/django/views/generic/__init__.py
author Lennard de Rijk <ljvderijk@gmail.com>
Wed, 12 Aug 2009 11:31:05 -0700
changeset 2762 02b464717ef5
parent 323 ff1a9aa48cfd
permissions -rw-r--r--
Added intial GSoC logic modules. This will be filled with GSoC specific code once the transformation is complete.

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