diff options
| -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: |
