app/django/views/generic/__init__.py
author Lennard de Rijk <ljvderijk@gmail.com>
Sun, 19 Apr 2009 10:28:35 +0000 (2009-04-19)
changeset 2237 3cfaa7dfd9e0
parent 323 ff1a9aa48cfd
permissions -rw-r--r--
Fixed a comment typo and possible bug in mail_dispatcher. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
class GenericViewError(Exception):
    """A problem in a generic view."""
    pass