diff options
Diffstat (limited to 'TODO.txt')
| -rw-r--r-- | TODO.txt | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -4,6 +4,11 @@ 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 deprecation warnings). @@ -139,3 +144,6 @@ Probably Bad Ideas - Have ``remember`` and ``forget`` actually set headers on the response using a response callback (and return the empty list)? + +- http://pythonguy.wordpress.com/2011/06/22/dynamic-variables-revisited/ + instead of thread locals |
