What's new in Django 1.2 alpha 1
Blog de Simon Willison Posted on January 7, 2010
What’s new in Django 1.2 alpha 1 (via). Multiple database support, improved CSRF prevention, a messages framework (similar to the Rails “flash” feature), model validation, custom e-mail backends, template caching for much faster handling of the include and extends tags, read only fields in the admin, a better if tag and more. Very exciting release.
Django 1.0 alpha 2 release notes
Blog de Simon Willison Posted on August 9, 2008
Django 1.0 alpha 2 release notes (via). The last preview release before the 1.0 beta. Big new features are GeoDjango, pluggable file storage (which went in earlier today) and Jython compatibility. The beta is scheduled for August 14th.
Django 1.0 alpha release notes
Blog de Simon Willison Posted on July 22, 2008
Django 1.0 alpha release notes. The big features are newforms-admin, unicode everywhere, the queryset-refactor ORM improvements and auto-escaping in templates.
Django 1.0 alpha released!
Blog de Simon Willison Posted on July 22, 2008
Django 1.0 alpha released!. Not meant for production use, but a pretty solid preview of what’s coming in 1.0 proper. The beta is scheduled for August 5th.


