summaryrefslogtreecommitdiff
path: root/TODO.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2012-02-17 18:29:44 -0500
committerChris McDonough <chrism@plope.com>2012-02-17 18:29:44 -0500
commit222638ad3760692ac0ec5368db4baaee9272e818 (patch)
treeb8fc997119a2b470db290c8270241e8991eb797e /TODO.txt
parentcdb5f5a395c53e18a250651b6c9c3e0322b0dfe5 (diff)
parent305d23f9e9dd095f4fdface116a2155bd86a453c (diff)
downloadpyramid-222638ad3760692ac0ec5368db4baaee9272e818.tar.gz
pyramid-222638ad3760692ac0ec5368db4baaee9272e818.tar.bz2
pyramid-222638ad3760692ac0ec5368db4baaee9272e818.zip
Merge branch '1.3-branch'
Diffstat (limited to 'TODO.txt')
-rw-r--r--TODO.txt30
1 files changed, 9 insertions, 21 deletions
diff --git a/TODO.txt b/TODO.txt
index 3d11470dd..ab26a87a8 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -1,26 +1,22 @@
Pyramid TODOs
=============
-Must-Have
----------
-
-- Fix deployment recipes in cookbook (discourage proxying without changing
- server).
+Nice-to-Have
+------------
-- Use waitress instead of wsgiref.
+- Fix renderers chapter to better document system values passed to template
+ renderers.
-- pyramid.config.util.ActionInfo.__str__ potentially returns Unicode under
- Py2, fix.
+- Put includes in development.ini on separate lines and fix project.rst to
+ tell people to comment out only the debugtoolbar include when they want to
+ disable.
-- Tests for view names/route patterns that contain Unicode.
-
-Nice-to-Have
-------------
+- Modify view mapper narrative docs to not use pyramid_handlers.
- Modify the urldispatch chapter examples to assume a scan rather than
``add_view``.
-- Decorator for append_slash_notfound_view_factory?
+- Decorator for append_slash_notfound_view_factory.
- Introspection:
@@ -38,18 +34,10 @@ Nice-to-Have
- Fix deployment recipes in cookbook (discourage proxying without changing
server).
-Nice-to-Have
-------------
-
-- CherryPy server testing / exploded from CherryPy itself.
-
- Try "with transaction.manager" in an exception view with SQLA (preempt
homina homina response about how to write "to the database" from within in
an exception view).
-- Add a default-view-config-params decorator that can be applied to a class
- which names defaults for method-based view_config decorator options.
-
- Add narrative docs for wsgiapp and wsgiapp2.
- Flesh out "Paste" narrative docs chapter.