Commit 2a88fcc3 authored by Christopher Petrilli's avatar Christopher Petrilli

Documented the 'missing' option.

parent c8cbd23b
......@@ -117,6 +117,12 @@ Zope Changes
acts like the standard url_quote option but uses '+' to encode
blank spaces.
- There is a new 'missing' option in the DTML var tag that
allows you to provide a value to be used if the variable is
missing, rather than raising a KeyError. This will work in
the entity reference syntax as well. If it is used without
an argument, it will provide an empty string.
- The DTML built-in function, getattr, now accepts an additional
argument providing a default value.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment