summaryrefslogtreecommitdiff
path: root/TODO.txt
diff options
context:
space:
mode:
Diffstat (limited to 'TODO.txt')
-rw-r--r--TODO.txt10
1 files changed, 8 insertions, 2 deletions
diff --git a/TODO.txt b/TODO.txt
index 0143d275e..20a677bea 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -1,9 +1,17 @@
Pyramid TODOs
=============
+Must-Have
+---------
+
+- Fix scaffolds and tutorials to use notfound_view_config rather than
+ view_config.
+
Nice-to-Have
------------
+- Add forbidden_view_config?
+
- Add docs about upgrading between Pyramid versions (e.g. how to see
deprecation warnings).
@@ -26,8 +34,6 @@ Nice-to-Have
with config.partial(introspection=False) as c:
c.add_view(..)
-- Decorator for append_slash_notfound_view_factory.
-
- Introspection:
* ``default root factory`` category (prevent folks from needing to searh