summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TODO.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/TODO.txt b/TODO.txt
index 57ab4612a..b91838efa 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -29,6 +29,10 @@ Must-Have (before 1.0)
- Turn Forbidden into a 403.
+- @action decorator uses ``name`` for the method name; consider whether this
+ will be confused with ``name`` of ``view_config`` which means something
+ else.
+
Should-Have
-----------