summaryrefslogtreecommitdiff
path: root/TODO.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-01-16 16:24:13 -0500
committerChris McDonough <chrism@plope.com>2011-01-16 16:24:13 -0500
commit8c3c02a98f800bacb32eb205fd242ffc406a13c5 (patch)
tree2928b2cdcfcd10774bcff6757fbc324cd41d223f /TODO.txt
parent7138ca2bb09f254bce832248d6cc844edc51ed5a (diff)
downloadpyramid-8c3c02a98f800bacb32eb205fd242ffc406a13c5.tar.gz
pyramid-8c3c02a98f800bacb32eb205fd242ffc406a13c5.tar.bz2
pyramid-8c3c02a98f800bacb32eb205fd242ffc406a13c5.zip
garden
Diffstat (limited to 'TODO.txt')
-rw-r--r--TODO.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/TODO.txt b/TODO.txt
index d055a8bd8..0455d673e 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -62,6 +62,9 @@ Must-Have (before 1.0)
zope.configuration.config.ConfigurationExecutionError: <type 'exceptions.TypeError'>: object of type 'NoneType' has no len() in:
('reversed.py', 14, '<module>', "c.add_view(aview, renderer='__main__:foo.pt')")
+- Fix misleading conflict error reports for static views ala
+ http://cluebin.appspot.com/pasted/7242843
+
Should-Have
-----------