summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TODO.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/TODO.txt b/TODO.txt
index 7b60238bf..57ab4612a 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -27,6 +27,8 @@ Must-Have (before 1.0)
- Explain i18n in Mako and Jinja2.
+- Turn Forbidden into a 403.
+
Should-Have
-----------
@@ -51,6 +53,9 @@ Should-Have
Nice-to-Have
------------
+- Make it possible to get at ACLDenied data from Forbidden response in
+ exceptionview.
+
- ``config.meta`` classmethod which adds a new method to the Configurator
class.