app/django/views/generic/__init__.py
author Lennard de Rijk <ljvderijk@gmail.com>
Thu, 04 Jun 2009 22:02:14 +0200
changeset 2388 eb1a6abdb056
parent 323 ff1a9aa48cfd
permissions -rw-r--r--
Small indentation fix.

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