diff options
| author | Chris McDonough <chrism@plope.com> | 2011-08-31 03:48:02 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2011-08-31 03:48:02 -0400 |
| commit | 49f0829352e52ee3ef7643905e534207210204f6 (patch) | |
| tree | 033dbfb296b9f78a65aee6e6d0c10c88f0669e32 /TODO.txt | |
| parent | 1aeae3565e07b99e737e6572ac5ba1b1bbf42abb (diff) | |
| download | pyramid-49f0829352e52ee3ef7643905e534207210204f6.tar.gz pyramid-49f0829352e52ee3ef7643905e534207210204f6.tar.bz2 pyramid-49f0829352e52ee3ef7643905e534207210204f6.zip | |
- The ``request_method`` predicate argument to
``pyramid.config.Configurator.add_view`` and
``pyramid.config.Configurator.add_route`` is now permitted to be a tuple of
HTTP method names. Previously it was restricted to being a string
representing a single HTTP method name.
- Move add_view tests and tween tests to more reasonable places.
Diffstat (limited to 'TODO.txt')
| -rw-r--r-- | TODO.txt | 21 |
1 files changed, 12 insertions, 9 deletions
@@ -8,13 +8,11 @@ Should-Have deploying via proxy: https://docs.pylonsproject.org/projects/pyramid_cookbook/dev/deployment/nginx.html#step-2-starting-paster -- Allow ``request_method`` predicate to be a list of methods. - Nice-to-Have ------------ -- Add a default-view-config-params decorator that can be applied to a class - which names defaults for method-based view_config decorator options. +- Consider adding exclog to all scaffolds to print tracebacks to the console + while the debug toolbar is enabled. - Flesh out "paste" chapter. @@ -29,8 +27,6 @@ Nice-to-Have - Deprecate pyramid.security.view_execution_permitted (it only works for traversal). -- Merge Michael's route group work (maybe a 1.3 thing). - - Some sort of API for rendering a view callable object to a response from within another view callable. @@ -92,11 +88,18 @@ Future - 1.3: Kill off ``bfg.routes`` envvars in router. -- 1.3: Kill off dependencies on Paste for non-deployment-related features. +- 1.3/1.4: Kill off dependencies on Paste for non-deployment-related + features. + +- 1.3/1.4: use zope.registry rather than zope.component. + +- 1.3/1.4: get rid of zope.configuration dependency. + +- 1.3: Michael's route group work -- 1.3: use zope.registry rather than zope.component. +- 1.3: Add a default-view-config-params decorator that can be applied to a + class which names defaults for method-based view_config decorator options. -- 1.3: get rid of zope.configuration dependency. Probably Bad Ideas ------------------ |
