blob: ea4d0d204131c07c439d05c9a7009a2488c4d686 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
- Decide on ``unhook_zca`` argument to ``tearDown``.
- Named notfound views.
- Expand/review:
[ ] View Configuration Parameters
[ ] View Lookup and Invocation
- Add a "route predicates" section where "Route Configuration"
(urldispatch.rst) is; also expand "Route Matching" section wrt
predicates.
- Add an example of URL match ordering when routes compete to the
urldispatch chapter.
- Review tutorials.
- Review index.
- Review API docs.
- Basic WSGI documentation (pipeline / app / server).
|