Skip to content

0.1.8

Compare
Choose a tag to compare
@sqla-tester sqla-tester released this 02 Sep 18:49

0.1.8

Released: Tue Jun 26 2007

  • variable names declared in render methods by internal
    codegen prefixed by "_M" to prevent name collisions
    with user code

  • added a Babel (http://babel.edgewall.org/) extractor entry
    point, allowing extraction of gettext messages directly from
    mako templates via Babel

    References: #45

  • fix to turbogears plugin to work with dot-separated names
    (i.e. load_template('foo.bar')). also takes file extension
    as a keyword argument (default is 'mak').

  • more tg fix: fixed, allowing string-based
    templates with tgplugin even if non-compatible args were sent

    References: #35