diff options
| author | Chris McDonough <chrism@agendaless.com> | 2009-11-24 20:49:16 +0000 |
|---|---|---|
| committer | Chris McDonough <chrism@agendaless.com> | 2009-11-24 20:49:16 +0000 |
| commit | 13c923f6eaf56a49897af75e14c1f70d1b26c75b (patch) | |
| tree | c78bfdd395b7c3f676b462122d0a15709052ed98 /TODO.txt | |
| parent | 84630d3576dc7a6d6c66fdf191bc377402eef743 (diff) | |
| download | pyramid-13c923f6eaf56a49897af75e14c1f70d1b26c75b.tar.gz pyramid-13c923f6eaf56a49897af75e14c1f70d1b26c75b.tar.bz2 pyramid-13c923f6eaf56a49897af75e14c1f70d1b26c75b.zip | |
Docs updates.
Diffstat (limited to 'TODO.txt')
| -rw-r--r-- | TODO.txt | 17 |
1 files changed, 11 insertions, 6 deletions
@@ -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"? + |
