summaryrefslogtreecommitdiff
path: root/TODO.txt
blob: ec33b7709516032254a046697890bc45b1a6337a (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
26
27
- 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.

- Add an example of varying the attributes of a renderered response (7.1.8).

- Review tutorials.

- Review index.

- Review API docs.

- Basic WSGI documentation (pipeline / app / server).