app/django/views/generic/__init__.py
author James Levy <jamesalexanderlevy@gmail.com>
Thu, 23 Jul 2009 18:28:49 -0700 (2009-07-24)
changeset 2670 884f808d8469
parent 323 ff1a9aa48cfd
permissions -rw-r--r--
fix for issue 653 by adding wrap=hard attr to textareas for surveys
class GenericViewError(Exception):
    """A problem in a generic view."""
    pass