summaryrefslogtreecommitdiff
path: root/TODO.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2012-11-04 19:02:02 -0500
committerChris McDonough <chrism@plope.com>2012-11-04 19:02:02 -0500
commit20b1a19653de95e1adfa864a4f9ef6b2522e3409 (patch)
tree0cbdfe5159cb3981228a708bfaa6a8670200ad43 /TODO.txt
parenta8d71ca12aa648aa70e0c00f303e60da1fa97a61 (diff)
downloadpyramid-20b1a19653de95e1adfa864a4f9ef6b2522e3409.tar.gz
pyramid-20b1a19653de95e1adfa864a4f9ef6b2522e3409.tar.bz2
pyramid-20b1a19653de95e1adfa864a4f9ef6b2522e3409.zip
garden
Diffstat (limited to 'TODO.txt')
-rw-r--r--TODO.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/TODO.txt b/TODO.txt
index af164adc9..46edd8c6b 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -4,8 +4,6 @@ Pyramid TODOs
Nice-to-Have
------------
-- config.set_registry_attr (with conflict detection).
-
- Provide the presumed renderer name to the called view as an attribute of
the request.
@@ -177,3 +175,6 @@ 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.
+