Ian Ward's email:
first name at this domain
IRC: wardi on OFTC
This release improves Django 1.0 integration with shortcuts for creating views, emulating templates, and displaying forms. The tutorial now includes Django examples, and new HTML markup functions were added.
Improved Django integration with django_view, django_template and get_django_template, django_template_loader functions.
Updated django_form to work with Django newforms.
Expanded tutorial to include Django examples.
Template text is now stored as unicode. File encoding defaults to UTF-8.
template(layer, slot1=value1, ...) is now a shortcut for template.format(layer, slot1=value1, ...).
Non-lazy versions of HTML Markup were added: urljoin, href, target, entity, BR, P, I, B and U functions immediately convert to RawHTML.
Renamed FileLayer class to FileWriter. Old name kept for backwards compatibility