We're pleased to announce Django 0.91, the result of a month and a
half of feature additions, bug fixes and other improvements.

http://www.djangoproject.com/download/

I know many of the Django faithful use the Django development version
(SVN), which is updated almost every day (and recommended by the
Django developers as the preferred flavor), but this release is for
the folks who like definitive versions. This new release encompasses
all of the new niceties development-version users have been enjoying
for the past month and a half.

There are literally hundreds of improvements -- but some of the most
notable are:

    * Merged the "new-admin" branch, which heavily refactored the way
the admin works, to make it more extensible.

    * Changed passwords to be stored with a salt, and with a tighter
(and swappable) encryption algorithm.
http://www.djangoproject.com/weblog/2005/nov/20/passwordchange/

    * URLconfs no longer require named groups; you can use simple
parentheses. http://www.djangoproject.com/weblog/2005/nov/28/urls/

    * Changed the default project layout to add a manage.py utility,
which avoids frustration with DJANGO_SETTINGS_MODULE.

    * Added a gorgeous template-debugging error page in the case of
template syntax errors.
http://www.djangoproject.com/weblog/2005/nov/23/template_errors/

    * Added an {% include %} template tag.
http://www.djangoproject.com/documentation/templates/#include

    * Added a framework for template context processors.
http://www.djangoproject.com/documentation/templates_python/#subclassing-context-djangocontext

    * Improved the e-mail library to prevent header injections.
http://www.djangoproject.com/documentation/email/#preventing-header-injection

    * Added OR lookups to the database API.
http://www.djangoproject.com/weblog/2005/nov/30/or/

    * Made the template system scoped to the parser instead of the
template module. Also changed the way tags/filters are registered and
added support for multiple arguments to the {% load %} tag.

In addition to the many, many changes, we've reworked the tutorial to
simplify things a bit -- namely using the new manage.py utility
instead of futzing with paths to settings.
http://www.djangoproject.com/documentation/tutorial1/

Docs for version 0.90 have been frozen. They're available here, for
eternity: http://www.djangoproject.com/documentation/0_90/

This release has five backwards incompatible changes, most of which
are small. Read them at the exhaustive backwards-incompatible changes
page for important migration information before upgrading:
http://code.djangoproject.com/wiki/BackwardsIncompatibleChanges

This is the last Django release before the magic-removal branch is
merged. The next release will be a big one.

Many thanks to all the great people who've contributed to this
project. You can check them out in the AUTHORS file:
http://code.djangoproject.com/browser/django/trunk/AUTHORS

Enjoy!

The Django team

--
Adrian Holovaty
holovaty.com | djangoproject.com | chicagocrime.org

Reply via email to