diff options
| author | Chris McDonough <chrism@plope.com> | 2013-08-29 23:55:36 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2013-08-29 23:55:36 -0400 |
| commit | c29603ed0d8fd0b55789eb8f975c901961864d66 (patch) | |
| tree | 7826c387f61d17513162b1e47ee1e19723a1cc6a /CHANGES.txt | |
| parent | 06f57f4616758f1f05cb0402fc970089d4483f28 (diff) | |
| download | pyramid-c29603ed0d8fd0b55789eb8f975c901961864d66.tar.gz pyramid-c29603ed0d8fd0b55789eb8f975c901961864d66.tar.bz2 pyramid-c29603ed0d8fd0b55789eb8f975c901961864d66.zip | |
get rid of remainder_name on route, and just default to passing traverse; add route_remainder_name argument to resource_url
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 70bc31840..d3d3f64ce 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -5,10 +5,10 @@ Features -------- - You can now generate "hybrid" urldispatch/traversal URLs more easily - by using the new ``route_name`` and ``route_kw`` arguments to - ``request.resource_url`` and ``request.resource_path``. See the new section - of the "Combining Traversal and URL Dispatch" documentation chapter entitled - "Hybrid URL Generation". + by using the new ``route_name``, ``route_kw`` and ``route_remainder_name`` + arguments to ``request.resource_url`` and ``request.resource_path``. See + the new section of the "Combining Traversal and URL Dispatch" documentation + chapter entitled "Hybrid URL Generation". - It is now possible to escape double braces in Pyramid scaffolds (unescaped, these represent replacement values). You can use ``\{\{a\}\}`` to |
