summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TODO.txt9
1 files changed, 3 insertions, 6 deletions
diff --git a/TODO.txt b/TODO.txt
index 93ae9b512..1766bb721 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -14,12 +14,6 @@ Must-Have (before 1.0)
- Provide a .flash API on session object.
-- Use ``@register_view`` instead of ``@view_config`` and change view docs to
- use "view registration" instead of "view configuration".
-
-- Change references to "model" to references to "resource" in all docs (and
- alias model_url to resource_url, etc).
-
Should-Have
-----------
@@ -40,6 +34,9 @@ Should-Have
Nice-to-Have
------------
+- Use ``@register_view`` instead of ``@view_config`` and change view docs to
+ use "view registration" instead of "view configuration".
+
- Try to make test suite pass on IronPython.
- Non-bwcompat use of threadlocals that need to be documented or ameliorated: