http://www.djangoproject.com/weblog/2010/sep/10/123/
All users are encouraged to upgrade as soon as possible.
--
"Bureaucrat Conrad, you are technically correct -- the best kind of correct."
svn is the 'official' vcs, and is used to manage the development (and
one would hope) the release engineering, but I doubt very much that it
is the 'official distribution mechanism'; I would have thought that
would be the tarball. Indeed, the release notes make no reference to
svn.
It is useful to have the tags in svn, but given that it is not in any
way the release mechanism, it's a little unwise to rely upon it. YMMV.
Cheers
Tom
Correct. The one and only official release mechanism is via the
packages listed on the Django downloads page.
We do tag things in SVN as a convenience (and for historical
purposes), and keep code organized into release-specific branches
people can deploy from if they want to, but the answer to the question
"what is Django 1.2.3" is "the file Django-1.2.3.tar.gz listed on the
downloads page".