summaryrefslogtreecommitdiff
path: root/TODO.txt
diff options
context:
space:
mode:
authorCasey Duncan <casey.duncan@gmail.com>2011-01-18 23:05:54 -0700
committerCasey Duncan <casey.duncan@gmail.com>2011-01-18 23:05:54 -0700
commitb0240d3d5a39a504d5a5155a23a6d6a431b457ef (patch)
treeb0c3b4f5dd8a0ec1c01912bfeff769d1329a9c97 /TODO.txt
parent278b302270823336d770761aaac22d854e348ea6 (diff)
parent48bccbe4ff7351d823a471005effea1afc06bb4f (diff)
downloadpyramid-b0240d3d5a39a504d5a5155a23a6d6a431b457ef.tar.gz
pyramid-b0240d3d5a39a504d5a5155a23a6d6a431b457ef.tar.bz2
pyramid-b0240d3d5a39a504d5a5155a23a6d6a431b457ef.zip
Merge https://github.com/Pylons/pyramid
Diffstat (limited to 'TODO.txt')
-rw-r--r--TODO.txt11
1 files changed, 2 insertions, 9 deletions
diff --git a/TODO.txt b/TODO.txt
index 7a2c1d365..bcc7ae2e3 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -6,12 +6,6 @@ Must-Have (before 1.0)
- Write a "Whats New" (delta from BFG 1.3)
-- API docs for ``pyramid.views.action``. (also, @action decorator uses
- ``name`` for the method name; consider whether this will be confused with
- ``name`` of ``view_config`` which means something else)
-
-- Add docs for ``__action_decorator__`` attr of handler.
-
- Use a commit veto when configuring repoze.tm2 in paster templates for
non-1X, 2X, or 3X responses.
@@ -29,9 +23,6 @@ Must-Have (before 1.0)
- Fix too-long template lines in tutorials for PDF renderings.
-- Bug in URL dispatch pattern matching:
- https://github.com/Pylons/pyramid/issues#issue/90
-
- Allow ``pyramid.security.remember`` to accept a list of tokens for use when
there's an ``auth_tkt`` authentication policy:
https://github.com/Pylons/pyramid/issues#issue/81 and
@@ -67,6 +58,8 @@ Must-Have (before 1.0)
- Document ``add_directive``.
+- Add example for ``__action_decorator__`` to pyramid_handler docs.
+
Should-Have
-----------