diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2010-04-13 10:07:04 -0400 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2010-04-13 10:07:04 -0400 |
| commit | 6cf6461d778243d8a8986c658eb2246e5939bdce (patch) | |
| tree | f3cf1923763049b3f5e386cc293830c3bbd41401 /CHANGES | |
| parent | f77fec3fe9ef547a20c30fc1579c22aa7f336f19 (diff) | |
| download | external_python_mako-6cf6461d778243d8a8986c658eb2246e5939bdce.tar.gz external_python_mako-6cf6461d778243d8a8986c658eb2246e5939bdce.tar.bz2 external_python_mako-6cf6461d778243d8a8986c658eb2246e5939bdce.zip | |
- Fixed broken @property decorator on
template.last_modified
Diffstat (limited to 'CHANGES')
| -rw-r--r-- | CHANGES | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,8 +1,12 @@ + 0.3.3 - Fixed sometimes incorrect usage of exc.__class__.__name__ in html/text error templates when using Python 2.4 [ticket:131] + +- Fixed broken @property decorator on + template.last_modified 0.3.2 - Calling a def from the top, via |
