Django 1.4 beta 1 released

Posted by James Bennett on February 15, 2012

As part of the Django 1.4 release process, tonight we've released Django 1.4 beta 1, a preview/testing package that gives a little taste of some of the new features coming in Django 1.4. As with all alpha and beta packages, this is not for production use, but if you'd like to try out some of the new goodies coming in 1.4, or if you'd like to pitch in and help us fix bugs before the final 1.4 release (due in March), feel free to grab a copy and give it a spin.

You can get a copy of the 1.4 beta package from our downloads page, and we recommend you read the release notes. Also, for the security conscious, signed MD5 and SHA1 checksums of the 1.4 beta package are available.

Also, please note that Django 1.4 now requires a minimum of Python 2.5; Python 2.4 is no longer supported.

Back to Top