blob: 54f66420d2d6e5169cf6bfbf191d13cdbcd92d1b (
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.
- Review:
[ ] Combining Traversal and URL Dispatch
[ ] Views
- 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).
|