Django 1.3 released
[Posted March 23, 2011 by corbet]
Version 1.3 of the Django web framework has been
released.
New features include class-based views ("
This means you can compose a
view out of a collection of methods that can be subclassed and overridden
to provide common views of data without having to write too much
code"), better logging, better unit testing support, a number of
template improvements, and more; see
the release
notes for details.
(
Log in to post comments)