summaryrefslogtreecommitdiff
path: root/CHANGES.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 /CHANGES.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 'CHANGES.txt')
-rw-r--r--CHANGES.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index b17dfe88b..73f0b3d4b 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -31,6 +31,17 @@ Documentation
- Document the ``request.override_renderer`` attribute within the narrative
"Renderers" chapter in a section named "Overriding A Renderer at Runtime".
+Deprecations
+------------
+
+- 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.
+
1.0a9 (2011-01-08)
==================