diff options
| author | Chris McDonough <chrism@plope.com> | 2010-11-15 22:52:46 -0500 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2010-11-15 22:52:46 -0500 |
| commit | 9e2e1cfa5d7b00b952b79a628347a89d2263f777 (patch) | |
| tree | 5f3dcfaf86f911931ff39afc3f0939e48c273e6d /CHANGES.txt | |
| parent | b1e3633b3874d565c7b6debcf5051bf4e638d4f4 (diff) | |
| download | pyramid-9e2e1cfa5d7b00b952b79a628347a89d2263f777.tar.gz pyramid-9e2e1cfa5d7b00b952b79a628347a89d2263f777.tar.bz2 pyramid-9e2e1cfa5d7b00b952b79a628347a89d2263f777.zip | |
add convenience static_url method to request
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index b9f6a69c7..f1e55ffce 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -13,9 +13,9 @@ Features - New API method: ``pyramid.settings.asbool``. -- New API methods for ``pyramid.request.Request``: ``model_url`` and - ``route_url``. These are simple passthroughs for their respective - functions in ``pyramid.url``. +- New API methods for ``pyramid.request.Request``: ``model_url``, + ``route_url``, and ``static_url``. These are simple passthroughs for their + respective functions in ``pyramid.url``. - The ``settings`` object which used to be available only when ``request.settings.get_settings`` was called is now available as |
