Make redirect generic using the new Lists object
This makes it possible (and easier) to have the list view redirect
to any page specially tailored to the current item.
Patch by: Sverre Rabbelier
Metadata-Version: 1.0Name: WebObVersion: 0.9Summary: WSGI request and response objectHome-page: http://pythonpaste.org/webob/Author: Ian BickingAuthor-email: ianb@colorstudy.comLicense: MITDescription: WebOb provides wrappers around the WSGI request environment, and an object to help create WSGI responses. The objects map much of the specified behavior of HTTP, including header parsing and accessors for other standard parts of the environment.Keywords: wsgi request web httpPlatform: UNKNOWNClassifier: Development Status :: 4 - BetaClassifier: Framework :: PasteClassifier: Intended Audience :: DevelopersClassifier: License :: OSI Approved :: MIT LicenseClassifier: Topic :: Internet :: WWW/HTTP :: WSGIClassifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Application