summaryrefslogtreecommitdiff
path: root/TODO.txt
diff options
context:
space:
mode:
Diffstat (limited to 'TODO.txt')
-rw-r--r--TODO.txt7
1 files changed, 2 insertions, 5 deletions
diff --git a/TODO.txt b/TODO.txt
index 6787b8a55..ac5738244 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -6,16 +6,11 @@ Nice-to-Have
- config.set_registry_attr (with conflict detection).
-- _fix_registry should dictify the registry being fixed.
-
- Provide the presumed renderer name to the called view as an attribute of
the request.
- Have action methods return their discriminators.
-- Add docs about upgrading between Pyramid versions (e.g. how to see
- deprecation warnings).
-
- Fix renderers chapter to better document system values passed to template
renderers.
@@ -177,3 +172,5 @@ Probably Bad Ideas
with config.partial(introspection=False) as c:
c.add_view(..)
+- _fix_registry should dictify the registry being fixed.
+