app/django/views/generic/__init__.py
author Lennard de Rijk <ljvderijk@gmail.com>
Tue, 14 Jul 2009 18:44:33 +0200
changeset 2649 7faecb7f2765
parent 323 ff1a9aa48cfd
permissions -rw-r--r--
Fixed issue where GradingSurveyRecords from another group could be edited.

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