Django 1.0.2 released
Shortly after last week's Django 1.0.1 release, several people noted that the packaging script used to produce the release omitted several directories from the Django source tree; mostly this affected some unit tests, but at least one of the omitted directories affected the use of Django itself (specifically, of django.contrib.gis). So tonight we're issuing Django 1.0.2, which is built around an updated packaging script and should resolve these problems.
This is a recommended upgrade for anyone using or targeting Django 1.0 or Django 1.0.1; to obtain a copy, swing by the downloads page, and don't forget to read the release notes. For the security conscious, a signed file containing the package's checksums is, as always, available.
Posted by James Bennett on November 18, 2008
Comments
Amit Chakradeo November 19, 2008 at 12:50 p.m.
Would it be possible to maintain SVN release branch to track 1.0.X releases so that we can all save on bandwidth when new maintenance version is released ?
anonymous November 19, 2008 at 5:28 p.m.
Amit: Why don't you just svn switch to tags/releases/1.0.2?
Amit Chakradeo November 19, 2008 at 6:29 p.m.
Oops, I was looking at the wrong place. Yes I could just use svn sw (I was looking for branches not releases!)
Thanks!
Amit
dan90 November 19, 2008 at 7:27 p.m.
presumably the packaging script comment means that only people downloading the tarball, as opposed to SVN, were affected?
Stephen November 24, 2008 at 8:39 p.m.
this is great,thanks for the work
tom November 24, 2008 at 8:41 p.m.
When would be the 1.1 release?
Eric December 12, 2008 at 4:15 p.m.
Congrats on the Django team!
@Chris Johnson: I think it might be helpful if the djangobook project was ported over to a wiki so that we can help refactor it.
@tom: this page says approximately March 2009 http://www.djangoproject.com/weblog/2...
TaunT December 17, 2008 at 11:55 a.m.
thanks for your work!!
Tony December 27, 2008 at 6:30 p.m.
Will this work with Python 2.6? And what about Python 3? Thanks for your hard work.
frank January 6, 2009 at 10:20 p.m.
django is the peanut butter of a reeses.
Igor January 12, 2009 at 2:57 p.m.
@Tony not yet!
emmanuel January 16, 2009 at noon
how soon can we expect a version of django that works with python 3.0?
Comments are closed
To prevent spam, comments are no longer allowed after sixty days.


Chris Johnson November 19, 2008 at 11:55 a.m.
That's great news James.
Is there any word on when we can expect an updated Django Book? That was a great resource for me when I was learning the essentials of Django.