diff options
| -rw-r--r-- | TODO.txt | 23 |
1 files changed, 21 insertions, 2 deletions
@@ -5,8 +5,6 @@ - Basic WSGI documentation (pipeline / app / server). -- Provide a webob.Response class facade for forward compat. - - Fix message catalog extraction / compilation documentation. - Change docs about creating a venusian decorator to not use ZCA. @@ -63,3 +61,24 @@ use ``request.add_response_callback``. - Update App engine chapter. + +- P2 + +- Add SessionFactory interface + +- Create session interface (flash() is part of it, figure out granularity) + +- Add CacheFactory interface + +- Browser id + +- Handler stuff from Pylons2 + +- HTTPExceptions facade + +- Signed_signature method of the request and response from pylons2. + +- Provide a webob.Response class facade for forward compat. + +- CRSF token machinery + |
