summaryrefslogtreecommitdiff
path: root/TODO.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-01-19 19:50:09 -0500
committerChris McDonough <chrism@plope.com>2011-01-19 19:50:09 -0500
commit24e9cd4d235cd693a30248592fe5257002cb339b (patch)
treed7cb3685848777a246dc1a598a0597c0ac018653 /TODO.txt
parent9904b3546478e3299e41d8552370e722dfbd08d4 (diff)
downloadpyramid-24e9cd4d235cd693a30248592fe5257002cb339b.tar.gz
pyramid-24e9cd4d235cd693a30248592fe5257002cb339b.tar.bz2
pyramid-24e9cd4d235cd693a30248592fe5257002cb339b.zip
garden
Diffstat (limited to 'TODO.txt')
-rw-r--r--TODO.txt5
1 files changed, 0 insertions, 5 deletions
diff --git a/TODO.txt b/TODO.txt
index b43edbb21..75dc5199f 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -24,11 +24,6 @@ Must-Have (before 1.0)
- Fix too-long template lines in tutorials for PDF renderings.
-- 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
- https://github.com/Pylons/pyramid/issues#issue/78
-
- Add docs for ``route_path`` and ``route_url``, etc to Request API docs (see
also https://github.com/Pylons/pyramid/issues#issue/19).