summaryrefslogtreecommitdiff
path: root/TODO.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-01-12 03:38:16 -0500
committerChris McDonough <chrism@plope.com>2011-01-12 03:38:16 -0500
commit2061883531b7f5d11e606c7bdab850e328cb5e38 (patch)
tree6e2ad99338246742dca68e2c2a67e4aebd7dae16 /TODO.txt
parent5f3fc07d44a02d26231208d7bbb9cf2f6d57e244 (diff)
downloadpyramid-2061883531b7f5d11e606c7bdab850e328cb5e38.tar.gz
pyramid-2061883531b7f5d11e606c7bdab850e328cb5e38.tar.bz2
pyramid-2061883531b7f5d11e606c7bdab850e328cb5e38.zip
- Deprecation warnings related to import of the following API functions were
added: ``pyramid.traversal.find_model``, ``pyramid.traversal.model_path``, ``pyramid.traversal.model_path_tuple``, ``pyramid.url.model_url``. The instructions emitted by the deprecation warnings instruct the developer to change these method spellings to their ``resource`` equivalents. This is a consequence of the mass concept rename of "model" to "resource" performed in 1.0a7.
Diffstat (limited to 'TODO.txt')
-rw-r--r--TODO.txt16
1 files changed, 7 insertions, 9 deletions
diff --git a/TODO.txt b/TODO.txt
index dd0f8cff8..30dd66164 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -6,17 +6,15 @@ Must-Have (before 1.0)
- Write a "Whats New" (delta from BFG 1.3)
-- Consider deprecations for ``model`` and ``resource`` APIs.
-
- API docs for ``pyramid.views.action``. (also, @action decorator uses
``name`` for the method name; consider whether this will be confused with
``name`` of ``view_config`` which means something else)
+- Add docs for ``__action_decorator__`` attr of handler.
+
- Use a commit veto when configuring repoze.tm2 in paster templates for
non-1X, 2X, or 3X responses.
-- Add docs for ``__action_decorator__`` attr of handler.
-
- Figure out how to slim the herd of paster templates.
- Explain i18n in Mako and Jinja2.
@@ -49,14 +47,14 @@ Should-Have
- Provide a response_set_cookie method on the request for rendered responses
that can be used as input to response.set_cookie?
-Nice-to-Have
-------------
-
- Make it possible to get at ACLDenied data from Forbidden response in
exceptionview.
-- ``config.meta`` classmethod which adds a new method to the Configurator
- class.
+- ``config.meta`` or ``config.extend`` classmethod which adds a new method
+ ("directive") to the Configurator class.
+
+Nice-to-Have
+------------
- Better "Extending" chapter.