summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-08-31 04:37:58 -0400
committerChris McDonough <chrism@plope.com>2011-08-31 04:37:58 -0400
commit33516a01875676a4bc80ac939c1130442d07dba2 (patch)
treea90c3555404ecf602155ed2af5eaa4568e528371 /docs
parent49f0829352e52ee3ef7643905e534207210204f6 (diff)
downloadpyramid-33516a01875676a4bc80ac939c1130442d07dba2.tar.gz
pyramid-33516a01875676a4bc80ac939c1130442d07dba2.tar.bz2
pyramid-33516a01875676a4bc80ac939c1130442d07dba2.zip
- Undeprecated ``pyramid.traversal.find_model``,
``pyramid.traversal.model_path``, ``pyramid.traversal.model_path_tuple``, and ``pyramid.url.model_url``, which were all deprecated in Pyramid 1.0. There's just not much cost to keeping them around forever as aliases to their renamed ``resource_*`` prefixed functions. - Undeprecated ``pyramid.view.bfg_view``, which was deprecated in Pyramid 1.0. This is a low-cost alias to ``pyramid.view.view_config`` which we'll just keep around forever.
Diffstat (limited to 'docs')
-rw-r--r--docs/whatsnew-1.2.rst10
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/whatsnew-1.2.rst b/docs/whatsnew-1.2.rst
index 4147b4285..bebc1e0be 100644
--- a/docs/whatsnew-1.2.rst
+++ b/docs/whatsnew-1.2.rst
@@ -160,6 +160,16 @@ Minor Feature Additions
tuple of HTTP method names. Previously it was restricted to being a string
representing a single HTTP method name.
+- Undeprecated ``pyramid.traversal.find_model``,
+ ``pyramid.traversal.model_path``, ``pyramid.traversal.model_path_tuple``,
+ and ``pyramid.url.model_url``, which were all deprecated in Pyramid 1.0.
+ There's just not much cost to keeping them around forever as aliases to
+ their renamed ``resource_*`` prefixed functions.
+
+- Undeprecated ``pyramid.view.bfg_view``, which was deprecated in Pyramid
+ 1.0. This is a low-cost alias to ``pyramid.view.view_config`` which we'll
+ just keep around forever.
+
Deprecations
------------