From 2861f1df38b79f4a1e31b5ac1bd86acd8c25928e Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Mon, 16 Apr 2012 11:48:14 -0400 Subject: garden --- TODO.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'TODO.txt') diff --git a/TODO.txt b/TODO.txt index 544ad0b4e..e0fb0fa27 100644 --- a/TODO.txt +++ b/TODO.txt @@ -4,6 +4,9 @@ Pyramid TODOs Nice-to-Have ------------ +- Provide the presumed renderer name to the called view as an attribute of + the request. + - Have action methods return their discriminators. - Add docs about upgrading between Pyramid versions (e.g. how to see -- cgit v1.2.3 From 004882434aa166a58c3b2148322e08ce61ec4cb7 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Wed, 2 May 2012 23:39:54 -0400 Subject: garden --- TODO.txt | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'TODO.txt') diff --git a/TODO.txt b/TODO.txt index e0fb0fa27..4b4f48499 100644 --- a/TODO.txt +++ b/TODO.txt @@ -4,6 +4,10 @@ Pyramid TODOs Nice-to-Have ------------ +- config.set_registry_attr (with conflict detection). + +- _fix_registry should dictify the registry being fixed. + - Provide the presumed renderer name to the called view as an attribute of the request. @@ -67,8 +71,6 @@ Nice-to-Have app1" and "domain app1.localhost = app1"), ProxyPreserveHost and the nginx equivalent, preserving HTTPS URLs. -- _fix_registry should dictify the registry being fixed. - - Make "localizer" a property of request (instead of requiring "get_localizer(request)"? @@ -126,6 +128,9 @@ Future - 1.5: Remove ``pyramid.requests.DeprecatedRequestMethodsMixin``. +- 1.5: Maybe? deprecate set_request_property in favor of pointing people at + set_request_method. + - 1.6: Remove IContextURL and TraversalContextURL. Probably Bad Ideas -- cgit v1.2.3