summaryrefslogtreecommitdiff
path: root/TODO.txt
diff options
context:
space:
mode:
authorCasey Duncan <casey.duncan@gmail.com>2010-11-27 22:04:31 -0700
committerCasey Duncan <casey.duncan@gmail.com>2010-11-27 22:04:31 -0700
commitcc0f6a2cf76e5cee3678446b0e226367dc96d158 (patch)
tree2e9ce26cd0ab997d5ed18a0976dd2cda30057d57 /TODO.txt
parentef921f9724c9810f0147a10a5d5b9112bc2e9ce1 (diff)
parentb5f8a5ee066c39fb6be2f677551fd4211670b2de (diff)
downloadpyramid-cc0f6a2cf76e5cee3678446b0e226367dc96d158.tar.gz
pyramid-cc0f6a2cf76e5cee3678446b0e226367dc96d158.tar.bz2
pyramid-cc0f6a2cf76e5cee3678446b0e226367dc96d158.zip
Merge https://github.com/Pylons/pyramid
Diffstat (limited to 'TODO.txt')
-rw-r--r--TODO.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/TODO.txt b/TODO.txt
index 4319e3cca..0033eb3b3 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -20,8 +20,6 @@ Should-Have
- Add docs for httpexceptions module for each webob.exc class that inherits
from WSGIHTTPException.
-- Create a ``docs`` directory for each paster template.
-
- Remove "BFG" from Pyramid-specific environ variables.
- translationdir ZCML directive use of ``path_spec`` should maybe die.
@@ -108,3 +106,5 @@ Nice-to-Have
- Add functionality that mocks the behavior of ``repoze.browserid``.
+- One way to split up views chapter: views with renderers / views without
+ renderers.