summaryrefslogtreecommitdiff
path: root/TODO.txt
blob: baef7280dd995aca4696ae2b6116aeffac7912f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
- Replace martian with something simpler.

- Decide about creating a "real" request object during testing.setUp
  vs. creating a dummy request.

- Audit the rest of the docs for "view configuration" and "route
  configuration" references, etc.

- Finish Configurator API documentation.

- 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"?