app/django/views/generic/__init__.py
author Lennard de Rijk <ljvderijk@gmail.com>
Fri, 30 Jan 2009 09:43:11 +0000
changeset 1077 8e0a17067b35
parent 323 ff1a9aa48cfd
permissions -rw-r--r--
docstring fix in soc/models/student.py. Patch by: Haoyu Bai Reviewed by: Lennard de Rijk

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