app/django/views/generic/__init__.py
author Lennard de Rijk <ljvderijk@gmail.com>
Tue, 31 Mar 2009 19:25:43 +0000
changeset 2044 3aa6123be2a7
parent 323 ff1a9aa48cfd
permissions -rw-r--r--
Now using GET request for getting the data. This will prevent a 411 error from occurring on a live website. Also the URL does not need the timestamp since it already is added automatically. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed

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