blob: d6b68d920200b28852a7421a6a6edd8b9a6b42ef (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
- 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"?
|