app/django/views/generic/__init__.py
author James Levy <jamesalexanderlevy@gmail.com>
Mon, 25 May 2009 02:23:42 +0200
changeset 2340 f835e39b4dbc
parent 323 ff1a9aa48cfd
permissions -rw-r--r--
Add an EditForm id to the edit form

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