diff options
| author | Chris McDonough <chrism@plope.com> | 2010-12-18 17:15:41 -0500 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2010-12-18 17:15:41 -0500 |
| commit | e17964766e467dc926c6fc41afbef0add5e91aac (patch) | |
| tree | 3d70408caeb994aff6c178a7d6968c748940eb73 | |
| parent | 738a2b5f3eb44da7036a31005144e5252827ac38 (diff) | |
| download | pyramid-e17964766e467dc926c6fc41afbef0add5e91aac.tar.gz pyramid-e17964766e467dc926c6fc41afbef0add5e91aac.tar.bz2 pyramid-e17964766e467dc926c6fc41afbef0add5e91aac.zip | |
gardening
| -rw-r--r-- | TODO.txt | 9 |
1 files changed, 3 insertions, 6 deletions
@@ -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: |
