diff options
| author | Chris McDonough <chrism@plope.com> | 2010-11-19 22:28:50 -0500 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2010-11-19 22:28:50 -0500 |
| commit | 614f00c88733b5248922e2b610c96f7c8c3ff57c (patch) | |
| tree | c178e586f021abe0aca3975ec44f328fd7ccd806 /TODO.txt | |
| parent | ff3811e4a776f096869d860309d4cff04dcb99ba (diff) | |
| download | pyramid-614f00c88733b5248922e2b610c96f7c8c3ff57c.tar.gz pyramid-614f00c88733b5248922e2b610c96f7c8c3ff57c.tar.bz2 pyramid-614f00c88733b5248922e2b610c96f7c8c3ff57c.zip | |
- Remove calls to config.begin()/config.end() from startup config code in
tutorials and paster templates (no longer required).
Diffstat (limited to 'TODO.txt')
| -rw-r--r-- | TODO.txt | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -16,9 +16,6 @@ Must-Have (before 1.0) - Use ``@register_view`` instead of ``@view_config`` and change view docs to use "view registration" instead of "view configuration". -- Remove calls to config.begin()/config.end() from startup config code in - tutorials and paster templates (no longer required). - - SQLAlchemy idiomatics: <RaFromBRC> mcdonc: those paster templates all look pretty good... the @@ -59,7 +56,7 @@ Must-Have (before 1.0) Should-Have ----------- -- Try to make test suite pass on PyPy, IronPython. +- Try to make test suite pass on IronPython. - Add docs for httpexceptions module for each webob.exc class that inherits from WSGIHTTPException. |
