diff options
| author | Chris McDonough <chrism@plope.com> | 2012-02-15 19:32:46 -0500 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2012-02-15 19:32:46 -0500 |
| commit | 4786cae2e7a053b01091b5e185102f9c26885b08 (patch) | |
| tree | 1c2bc0e7733551abd3ad58d5369a2ac05e92f23a /CHANGES.txt | |
| parent | f9bcf47164a151587244deb3ce5334ba447e3b99 (diff) | |
| download | pyramid-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 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 0bb2c164b..d9106ddb9 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -28,6 +28,10 @@ Features more information. This is not a new feature, it just provides an API for adding a traverser without needing to use the ZCA API. +- 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(...)``. + Documentation ------------- |
