diff options
| author | Chris McDonough <chrism@plope.com> | 2013-08-29 03:49:18 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2013-08-29 03:49:18 -0400 |
| commit | 8a7e80dc64947691fa72925d701d35c3e1d8c87a (patch) | |
| tree | 7a6bde451b41f890808366450eefe6aa8656abb5 /CHANGES.txt | |
| parent | 81870840254227b76f537d2f0003f072863aa436 (diff) | |
| download | pyramid-8a7e80dc64947691fa72925d701d35c3e1d8c87a.tar.gz pyramid-8a7e80dc64947691fa72925d701d35c3e1d8c87a.tar.bz2 pyramid-8a7e80dc64947691fa72925d701d35c3e1d8c87a.zip | |
- When the ``pyramid.reload_templates`` setting was true, and a Chameleon
template was reloaded, and the renderer specification named a macro
(e.g. ``foo#macroname.pt``), renderings of the template after the template
was reloaded due to a file change would produce the entire template body
instead of just a rendering of the macro. See
https://github.com/Pylons/pyramid/issues/1013.
Closes #1013
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 41ecbde0f..6cb2932fa 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -154,6 +154,13 @@ Features Bug Fixes --------- +- When the ``pyramid.reload_templates`` setting was true, and a Chameleon + template was reloaded, and the renderer specification named a macro + (e.g. ``foo#macroname.pt``), renderings of the template after the template + was reloaded due to a file change would produce the entire template body + instead of just a rendering of the macro. See + https://github.com/Pylons/pyramid/issues/1013. + - Fix an obscure problem when combining a virtual root with a route with a ``*traverse`` in its pattern. Now the traversal path generated in such a configuration will be correct, instead of an element missing |
