Chris McDonough
2011-08-31 33516a01875676a4bc80ac939c1130442d07dba2
refs
author Chris McDonough <chrism@plope.com>
Wednesday, August 31, 2011 10:37 +0200
committer Chris McDonough <chrism@plope.com>
Wednesday, August 31, 2011 10:37 +0200
commit33516a01875676a4bc80ac939c1130442d07dba2
tree a90c3555404ecf602155ed2af5eaa4568e528371 tree | zip | gz
parent 49f0829352e52ee3ef7643905e534207210204f6 view | diff
- 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.
6 files modified
75 ■■■■ changed files
CHANGES.txt 10 ●●●●● diff | view | raw | blame | history
TODO.txt 14 ●●●●● diff | view | raw | blame | history
docs/whatsnew-1.2.rst 10 ●●●●● diff | view | raw | blame | history
pyramid/traversal.py 25 ●●●● diff | view | raw | blame | history
pyramid/url.py 8 ●●●●● diff | view | raw | blame | history
pyramid/view.py 8 ●●●● diff | view | raw | blame | history