From 25d3ddfd61bcc97ad6e2d5d9c51a71719f18af57 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sun, 9 Sep 2012 13:12:16 -0400 Subject: garden --- TODO.txt | 2 -- 1 file changed, 2 deletions(-) (limited to 'TODO.txt') diff --git a/TODO.txt b/TODO.txt index d1209f325..9c041b6ef 100644 --- a/TODO.txt +++ b/TODO.txt @@ -98,8 +98,6 @@ Nice-to-Have Future ------ -- 1.4: Kill off ``bfg.routes`` envvars in router. - - 1.4: Remove ``chameleon_text`` / ``chameleon_zpt`` deprecated functions (render_*) -- cgit v1.2.3 From 5eb3635839de5338da1cdec6d24b8b57939b45df Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sun, 9 Sep 2012 14:07:28 -0400 Subject: garden --- TODO.txt | 3 --- 1 file changed, 3 deletions(-) (limited to 'TODO.txt') diff --git a/TODO.txt b/TODO.txt index 9c041b6ef..4d896ce8e 100644 --- a/TODO.txt +++ b/TODO.txt @@ -98,9 +98,6 @@ Nice-to-Have Future ------ -- 1.4: Remove ``chameleon_text`` / ``chameleon_zpt`` deprecated functions - (render_*) - - 1.4: Remove ``pyramid.configuration`` (deprecated). - 1.4: Remove ``pyramid.paster.PyramidTemplate`` (deprecated). -- cgit v1.2.3 From deaf45b8e2847c5393b2e8fc354c79b52aa9a988 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sun, 9 Sep 2012 14:20:47 -0400 Subject: garden --- TODO.txt | 2 -- 1 file changed, 2 deletions(-) (limited to 'TODO.txt') diff --git a/TODO.txt b/TODO.txt index 4d896ce8e..92a9c1284 100644 --- a/TODO.txt +++ b/TODO.txt @@ -98,8 +98,6 @@ Nice-to-Have Future ------ -- 1.4: Remove ``pyramid.configuration`` (deprecated). - - 1.4: Remove ``pyramid.paster.PyramidTemplate`` (deprecated). - 1.4: Remove ``pyramid.settings.get_settings`` (deprecated). -- cgit v1.2.3 From ef2e51792e4f2b970d23186dd883ad4fbf7d0815 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sun, 9 Sep 2012 14:32:00 -0400 Subject: - 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``). --- TODO.txt | 2 -- 1 file changed, 2 deletions(-) (limited to 'TODO.txt') 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. -- cgit v1.2.3 From ff6e6731aab4d9fa7ee8cb3a7b36ad4addad2617 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sun, 9 Sep 2012 14:32:34 -0400 Subject: garden --- TODO.txt | 2 -- 1 file changed, 2 deletions(-) (limited to 'TODO.txt') diff --git a/TODO.txt b/TODO.txt index ad60d73ec..7468674b5 100644 --- a/TODO.txt +++ b/TODO.txt @@ -98,8 +98,6 @@ Nice-to-Have Future ------ -- 1.4: Remove ``pyramid.settings.get_settings`` (deprecated). - - 1.5: Remove all deprecated ``pyramid.testing`` functions. - 1.5: turn ``pyramid.settings.Settings`` into a function that returns the -- cgit v1.2.3 From df70a11a268fdedd83d02fd9d29eb8c4d5b2e5e2 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sun, 9 Sep 2012 18:37:30 -0400 Subject: dead code, garden --- TODO.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'TODO.txt') diff --git a/TODO.txt b/TODO.txt index 7468674b5..7aa12b517 100644 --- a/TODO.txt +++ b/TODO.txt @@ -98,7 +98,7 @@ Nice-to-Have Future ------ -- 1.5: Remove all deprecated ``pyramid.testing`` functions. +- 1.5: remove ``pyramid.view.static``. - 1.5: turn ``pyramid.settings.Settings`` into a function that returns the original dict (after ``__getattr__`` deprecation period, it was deprecated -- cgit v1.2.3 From b6a102e5ec029153b2ffed30cd1b282bf1ccc248 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sun, 9 Sep 2012 21:44:03 -0400 Subject: garden --- TODO.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'TODO.txt') diff --git a/TODO.txt b/TODO.txt index 7aa12b517..7e3c0b4d1 100644 --- a/TODO.txt +++ b/TODO.txt @@ -98,7 +98,7 @@ Nice-to-Have Future ------ -- 1.5: remove ``pyramid.view.static``. +- 1.5: remove ``pyramid.view.static`` and ``pyramid.view.is_response``. - 1.5: turn ``pyramid.settings.Settings`` into a function that returns the original dict (after ``__getattr__`` deprecation period, it was deprecated -- cgit v1.2.3