summaryrefslogtreecommitdiff
path: root/TODO.txt
diff options
context:
space:
mode:
Diffstat (limited to 'TODO.txt')
-rw-r--r--TODO.txt11
1 files changed, 6 insertions, 5 deletions
diff --git a/TODO.txt b/TODO.txt
index b69ae3dbd..5feac6a0c 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -1,9 +1,10 @@
- Replace martian with something simpler.
-- Get rid of ``declarative`` method of Configurator.
-
-- Allow policies, settings, and a root factory to be passed to
- Configurator constructor.
-
- Decide about creating a "real" request object during testing.setUp
vs. creating a dummy request.
+
+- Finish "configuration" documentation chapter and audit the rest of
+ the docs for "view configuration" and "route configuration"
+ references, etc.
+
+- Finish Configurator API documentation.