summaryrefslogtreecommitdiff
path: root/TODO.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2010-12-22 01:25:15 -0500
committerChris McDonough <chrism@plope.com>2010-12-22 01:25:15 -0500
commit4df636c0d7734a8b80b17c78f57968466d558844 (patch)
tree4fbdabab5727fff8a911d22d915bc16a3e228106 /TODO.txt
parentfa3bf3d7634137bdffc121ae318609a1ea13792c (diff)
downloadpyramid-4df636c0d7734a8b80b17c78f57968466d558844.tar.gz
pyramid-4df636c0d7734a8b80b17c78f57968466d558844.tar.bz2
pyramid-4df636c0d7734a8b80b17c78f57968466d558844.zip
- Added flash messaging, as described in the "Flash Messaging" narrative
documentation chapter.
Diffstat (limited to 'TODO.txt')
-rw-r--r--TODO.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/TODO.txt b/TODO.txt
index c0dd920b1..f90c52538 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -6,8 +6,6 @@ Must-Have (before 1.0)
- Narrative docs for ``Configurator.include`` and ``Configurator.commit``.
-- Provide a .flash API on session object.
-
- Consider deprecations for ``model`` and ``resource`` APIs.
Should-Have