summaryrefslogtreecommitdiff
path: root/TODO.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2013-02-09 19:15:07 -0500
committerChris McDonough <chrism@plope.com>2013-02-09 19:15:07 -0500
commitacf115391088770ae434d222179fd22a693bfe46 (patch)
tree442d33920cd6d20ccb7ce3cff3344fd851448d0d /TODO.txt
parent6313e0dd97e22b8c897293cd8d5f2f145637f49f (diff)
parent7fe736bf57696aa62c8b0d84e62ad486d0f88f40 (diff)
downloadpyramid-acf115391088770ae434d222179fd22a693bfe46.tar.gz
pyramid-acf115391088770ae434d222179fd22a693bfe46.tar.bz2
pyramid-acf115391088770ae434d222179fd22a693bfe46.zip
Merge branch 'master' of github.com:Pylons/pyramid
Diffstat (limited to 'TODO.txt')
-rw-r--r--TODO.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/TODO.txt b/TODO.txt
index 46edd8c6b..7a3561494 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -4,6 +4,9 @@ Pyramid TODOs
Nice-to-Have
------------
+- config.set_registry_attr with conflict detection... make sure the attr is
+ added before a commit, but register an action so a conflict can be detected.
+
- Provide the presumed renderer name to the called view as an attribute of
the request.
@@ -175,6 +178,3 @@ Probably Bad Ideas
- _fix_registry should dictify the registry being fixed.
-- config.set_registry_attr (with conflict detection)... bad idea because it
- won't take effect until after a commit and folks will be confused by that.
-