summaryrefslogtreecommitdiff
path: root/TODO.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2012-09-09 14:32:00 -0400
committerChris McDonough <chrism@plope.com>2012-09-09 14:32:00 -0400
commitef2e51792e4f2b970d23186dd883ad4fbf7d0815 (patch)
treecfeb5e23e56e42773f38016ea2c22483d4147b31 /TODO.txt
parentb274d051847299a7dc52781fbc3ce0f61070138d (diff)
downloadpyramid-ef2e51792e4f2b970d23186dd883ad4fbf7d0815.tar.gz
pyramid-ef2e51792e4f2b970d23186dd883ad4fbf7d0815.tar.bz2
pyramid-ef2e51792e4f2b970d23186dd883ad4fbf7d0815.zip
- The ``pyramid.settings.get_settings()`` API was removed. It had been
printing a deprecation warning since Pyramid 1.0. If your code depended on this API, use ``pyramid.threadlocal.get_current_registry().settings`` instead or use the ``settings`` attribute of the registry available from the request (``request.registry.settings``).
Diffstat (limited to 'TODO.txt')
-rw-r--r--TODO.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/TODO.txt b/TODO.txt
index 92a9c1284..ad60d73ec 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -98,8 +98,6 @@ Nice-to-Have
Future
------
-- 1.4: Remove ``pyramid.paster.PyramidTemplate`` (deprecated).
-
- 1.4: Remove ``pyramid.settings.get_settings`` (deprecated).
- 1.5: Remove all deprecated ``pyramid.testing`` functions.