app/django/views/generic/__init__.py
author Lennard de Rijk <ljvderijk@gmail.com>
Sat, 07 Mar 2009 15:11:51 +0000
changeset 1711 654c4fb617ea
parent 323 ff1a9aa48cfd
permissions -rw-r--r--
Updated the docstring for the Comment model. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed

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