app/django/views/generic/__init__.py
author Lennard de Rijk <ljvderijk@gmail.com>
Fri, 04 Sep 2009 22:51:23 +0200
changeset 2861 17d5cfe85faf
parent 323 ff1a9aa48cfd
permissions -rw-r--r--
Fixed GHOP Cleaning clean_mentors_list method from using query on list. Somehow this fix was missing from the previous revision, bad HG.

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