summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2010-12-18 17:15:41 -0500
committerChris McDonough <chrism@plope.com>2010-12-18 17:15:41 -0500
commite17964766e467dc926c6fc41afbef0add5e91aac (patch)
tree3d70408caeb994aff6c178a7d6968c748940eb73
parent738a2b5f3eb44da7036a31005144e5252827ac38 (diff)
downloadpyramid-e17964766e467dc926c6fc41afbef0add5e91aac.tar.gz
pyramid-e17964766e467dc926c6fc41afbef0add5e91aac.tar.bz2
pyramid-e17964766e467dc926c6fc41afbef0add5e91aac.zip
gardening
-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: