summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2010-12-24 18:08:56 -0500
committerChris McDonough <chrism@plope.com>2010-12-24 18:08:56 -0500
commitdc475bf58829bae6e377c95a0e457c491923b60f (patch)
tree151e1153dd1be78b064597bdcb006b7cc8a42fd5
parentec0834c7554010f064e836588211f8c671b950be (diff)
downloadpyramid-dc475bf58829bae6e377c95a0e457c491923b60f.tar.gz
pyramid-dc475bf58829bae6e377c95a0e457c491923b60f.tar.bz2
pyramid-dc475bf58829bae6e377c95a0e457c491923b60f.zip
garden
-rw-r--r--TODO.txt13
1 files changed, 6 insertions, 7 deletions
diff --git a/TODO.txt b/TODO.txt
index 077e23012..f0b1e8b58 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -4,11 +4,16 @@ Pyramid TODOs
Must-Have (before 1.0)
----------------------
+- Write a "Whats New" (delta from BFG 1.3)
+
- Reconcile "extending an existing application" chapter with existence of
"advanced configuration" chapter.
- Consider deprecations for ``model`` and ``resource`` APIs.
+Should-Have
+-----------
+
- Fix add_static_view docs to mention: static views cannot be served from the
root, that "name" really means "prefix", and that a non-URL prefix can be a
path with slashes in it.
@@ -26,14 +31,10 @@ Must-Have (before 1.0)
view=pyramid.views.static('some:asset/spec'))``, and explain that
``static`` requires ``subpath``.
-Should-Have
------------
+- Static (URL-generation only) routes.
- Add narrative docs for wsgiapp and wsgiapp2.
-- Add docs for httpexceptions module for each webob.exc class that inherits
- from WSGIHTTPException.
-
- translationdir ZCML directive use of ``path_spec`` should maybe die.
- Change "Cleaning up After a Request" in the urldispatch chapter to
@@ -42,8 +43,6 @@ Should-Have
- ``decorator=`` parameter to view_config. This would replace the existing
_map_view "decorator" if it existed.
-- Static (URL-generation only) routes.
-
- Provide a response_set_cookie method on the request for rendered responses
that can be used as input to response.set_cookie?