diff options
| author | Chris McDonough <chrism@plope.com> | 2011-08-14 14:26:10 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2011-08-14 14:26:10 -0400 |
| commit | 42d31c1c6355a7d6c72393ca668d7d200a994da3 (patch) | |
| tree | adf42602b9a69367fc63d509cbf949003cd16684 /CHANGES.txt | |
| parent | 961f36a6f3a8714a0e063afc53e9a1724b6ecde6 (diff) | |
| download | pyramid-42d31c1c6355a7d6c72393ca668d7d200a994da3.tar.gz pyramid-42d31c1c6355a7d6c72393ca668d7d200a994da3.tar.bz2 pyramid-42d31c1c6355a7d6c72393ca668d7d200a994da3.zip | |
- All tutorials now use - The ``route_url``, ``route_path``,
``resource_url``, ``static_url``, and ``current_route_url`` methods of the
request rather than the function variants imported from ``pyramid.url``.
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 f420b5299..60dac0d2a 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -134,6 +134,10 @@ Documentation of a dictionary, for documentation purposes only (IMultiDict and IBeforeRender inherit from it). +- All tutorials now use - The ``route_url``, ``route_path``, + ``resource_url``, ``static_url``, and ``current_route_url`` methods of the + request rather than the function variants imported from ``pyramid.url``. + Dependency Changes ------------------ |
