summaryrefslogtreecommitdiff
path: root/TODO.txt
diff options
context:
space:
mode:
Diffstat (limited to 'TODO.txt')
-rw-r--r--TODO.txt6
1 files changed, 1 insertions, 5 deletions
diff --git a/TODO.txt b/TODO.txt
index c38fa03f9..ff4a3373f 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -5,11 +5,6 @@
- Basic WSGI documentation (pipeline / app / server).
-- Allow a debug argument to be supplied for template rendering
- (requires Chameleon capable of accepting the ``debug`` argument to a
- template constructor; behavior currently implemented on Chameleon
- head but not in any release).
-
- Figure out a way to expose some of the functionality of
``Configurator._derive_view`` as an API.
@@ -20,3 +15,4 @@
- Fix message catalog extraction / compilation documentation.
+- Docs about creating a venusian decorator.