summaryrefslogtreecommitdiff
path: root/TODO.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@agendaless.com>2009-11-24 20:49:16 +0000
committerChris McDonough <chrism@agendaless.com>2009-11-24 20:49:16 +0000
commit13c923f6eaf56a49897af75e14c1f70d1b26c75b (patch)
treec78bfdd395b7c3f676b462122d0a15709052ed98 /TODO.txt
parent84630d3576dc7a6d6c66fdf191bc377402eef743 (diff)
downloadpyramid-13c923f6eaf56a49897af75e14c1f70d1b26c75b.tar.gz
pyramid-13c923f6eaf56a49897af75e14c1f70d1b26c75b.tar.bz2
pyramid-13c923f6eaf56a49897af75e14c1f70d1b26c75b.zip
Docs updates.
Diffstat (limited to 'TODO.txt')
-rw-r--r--TODO.txt17
1 files changed, 11 insertions, 6 deletions
diff --git a/TODO.txt b/TODO.txt
index 1eabdb458..baef7280d 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -3,15 +3,20 @@
- Decide about creating a "real" request object during testing.setUp
vs. creating a dummy request.
-- Finish "configuration" documentation chapter and audit the rest of
- the docs for "view configuration" and "route configuration"
- references, etc. Add one more view registration (and maybe some
- other registration) in the narrative.
+- Audit the rest of the docs for "view configuration" and "route
+ configuration" references, etc.
- Finish Configurator API documentation.
-- notfound/forbidden as Configurator API arguments (get rid of
- set_notfound_view, set_forbidden_view, set_security_policies?)
+- set_security_policies as API method?
+
+- add set_response_factory or ctor arg and change hooks chapter.
+
+- add set_traverser or ctor arg and change hooks chapter.
+
+- add set_urlgenerator as ctor arg and change hooks chapter?
- Basic WSGI documentation (pipeline / app / server).
+- "Model graph" -> "object graph"?
+