From 33516a01875676a4bc80ac939c1130442d07dba2 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Wed, 31 Aug 2011 04:37:58 -0400 Subject: - 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. --- TODO.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'TODO.txt') diff --git a/TODO.txt b/TODO.txt index eca625904..95bd2b917 100644 --- a/TODO.txt +++ b/TODO.txt @@ -100,6 +100,20 @@ Future - 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.4: Remove ``chameleon_text`` / ``chameleon_zpt`` deprecated functions + (render_*) + +- 1.4: Remove ``pyramid.configuration.ConfigurationError`` (deprecated). + +- 1.4: Remove ``pyramid.paster.PyramidTemplate`` (deprecated). + +- 1.3: Remove ``pyramid.renderers.renderer_from_name`` (deprecated). + +- 1.5: Remove ``pyramid.requests.DeprecatedRequestMethodsMixin``. + +- 1.4: Remove ``pyramid.settings.get_settings`` (deprecated). + +- 1.5: Remove all deprecated ``pyramid.testing`` functions. Probably Bad Ideas ------------------ -- cgit v1.2.3