summaryrefslogtreecommitdiff
path: root/TODO.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2012-02-15 19:32:46 -0500
committerChris McDonough <chrism@plope.com>2012-02-15 19:32:46 -0500
commit4786cae2e7a053b01091b5e185102f9c26885b08 (patch)
tree1c2bc0e7733551abd3ad58d5369a2ac05e92f23a /TODO.txt
parentf9bcf47164a151587244deb3ce5334ba447e3b99 (diff)
downloadpyramid-4786cae2e7a053b01091b5e185102f9c26885b08.tar.gz
pyramid-4786cae2e7a053b01091b5e185102f9c26885b08.tar.bz2
pyramid-4786cae2e7a053b01091b5e185102f9c26885b08.zip
- The system value ``r`` is now supplied to renderers as an alias for
``request``. This means that you can now, for example, in a template, do ``r.route_url(...)`` instead of ``request.route_url(...)``. Fixes #413.
Diffstat (limited to 'TODO.txt')
-rw-r--r--TODO.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/TODO.txt b/TODO.txt
index dfce2e2fb..8ea5e3591 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -4,6 +4,9 @@ Pyramid TODOs
Nice-to-Have
------------
+- Fix renderers chapter to better document system values passed to template
+ renderers.
+
- Add set_resource_url_generator method.
- Put includes in development.ini on separate lines and fix project.rst to