|
|
Log in / Subscribe / Register

Django 1.2 released

The Django 1.2 release has been announced. The list of new features is long; it includes support for multiple database connections, a model validation mechanism, object-level permissions, a number of spatial database backends, and more. See the release notes for details.

to post comments

Django 1.2 released

Posted May 17, 2010 21:57 UTC (Mon) by Wummel (guest, #7591) [Link] (2 responses)

The announcement mentions that 1.2.1 will be released tomorrow, so I'll just wait one day before testing the new release.

Django 1.2 released

Posted May 18, 2010 15:00 UTC (Tue) by mbest@pendragon.org (guest, #27326) [Link] (1 responses)

The issue they appear to be fixing is a relatively minor one, a version number in a config file. You can always pull from the SVN repo, around releases the changes to the trunk are minimal.

Django 1.2 released

Posted May 23, 2010 22:03 UTC (Sun) by i3839 (guest, #31386) [Link]

Is there a way to upgrade Django without interrupting the server?

Some kind of hand over start-up mode, e.g. new instance gets all new requests and waits until all running requests are handled by the old instance. Then the old version shutdowns and the new one does its thing.


Copyright © 2010, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds