thirdparty/google_appengine/lib/webob/WebOb.egg-info/SOURCES.txt
author Todd Larsen <tlarsen@google.com>
Wed, 21 Jan 2009 00:27:39 +0000
changeset 858 e79e7a22326f
parent 109 620f9b141567
permissions -rw-r--r--
Add an export() view, and implement it as text/text for Document. For every Model except Document, the public() view is displayed for any attempts to access the export() view. Currently, the permissions for export() are the same as for public(). This seems reasonable for Document, since anyone could extract the raw HTML from the page source anyway. The permissions should probably be different for other types of exports, such as vCard or iCard exports of profiles, CSV exports of lists, etc. Patch by: Todd Larsen Review by: to-be-reviewed

setup.cfg
setup.py
test
WebOb.egg-info/PKG-INFO
WebOb.egg-info/SOURCES.txt
WebOb.egg-info/dependency_links.txt
WebOb.egg-info/top_level.txt
WebOb.egg-info/zip-safe
docs/comment-example.txt
docs/differences.txt
docs/file-example.txt
docs/index.txt
docs/license.txt
docs/news.txt
docs/reference.txt
docs/test-file.txt
docs/wiki-example.txt
docs/comment-example-code/example.py
docs/wiki-example-code/example.py
tests/__init__.py
tests/conftest.py
tests/test_request.py
tests/test_request.txt
tests/test_response.py
tests/test_response.txt
webob/__init__.py
webob/acceptparse.py
webob/byterange.py
webob/cachecontrol.py
webob/datastruct.py
webob/etag.py
webob/exc.py
webob/headerdict.py
webob/multidict.py
webob/statusreasons.py
webob/updatedict.py
webob/util/__init__.py
webob/util/dictmixin.py
webob/util/reversed.py
webob/util/safegzip.py
webob/util/stringtemplate.py