summaryrefslogtreecommitdiff
path: root/TODO.txt
diff options
context:
space:
mode:
authorCasey Duncan <casey.duncan@gmail.com>2010-12-12 09:40:19 -0700
committerCasey Duncan <casey.duncan@gmail.com>2010-12-12 09:40:19 -0700
commit226c469217cbddc3443da2a60dc414b82021bcbe (patch)
treec049b1c25b4b70a43f2b99f8515fd3d628cbffd2 /TODO.txt
parent87a6ffdb91ae9f983169c3e9da15ea0266745a74 (diff)
parentfee38663daccc0130d0c34dbc5a14e67bef2e183 (diff)
downloadpyramid-226c469217cbddc3443da2a60dc414b82021bcbe.tar.gz
pyramid-226c469217cbddc3443da2a60dc414b82021bcbe.tar.bz2
pyramid-226c469217cbddc3443da2a60dc414b82021bcbe.zip
fix merge conflicts
Diffstat (limited to 'TODO.txt')
-rw-r--r--TODO.txt16
1 files changed, 8 insertions, 8 deletions
diff --git a/TODO.txt b/TODO.txt
index 0033eb3b3..f8fe6d07c 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -4,10 +4,14 @@ Pyramid TODOs
Must-Have (before 1.0)
----------------------
-- Add a ``handler`` ZCML directive. This implies some slightly dicey
- refactoring of the configurator to allow it to generate ZCML
- "discriminators" for views and routes, that could be implemented in terms
- of "twophase configuration" in "should have" below.
+- Narrative docs for ``Configurator.include`` and ``Configurator.commit``.
+
+- Fix conflict exceptions so they have the right ``info`` when one
+ configuration method is called from another.
+
+- Fix session behavior: when a Forbidden/NotFound hander is invoked, we'd
+ like to allow people to save the session (currently when the response has
+ an exception attribute, the session is tossed unconditionally).
- Provide a .flash API on session object.
@@ -31,10 +35,6 @@ Should-Have
- Change "Cleaning up After a Request" in the urldispatch chapter to
use ``request.add_response_callback``.
-- Twophase configuration (config = Configurator(autocommit=False)). Maybe
- use ``zope.configuration`` ConfigurationContext as config.registry.ctx and
- push execution into the configurator.
-
Nice-to-Have
------------