The info is available in the Django project blog (https://www.djangoproject.com/weblog/), though you will need to do some spelunking to find the release dates. You can also find the release dates in the mailing list archives, for example, search for "released" in the Django-developers Google group.
On Sat, Dec 10, 2011 at 11:52 PM, Tim Chase <django.us...@tim.thechases.com> wrote: > After a bit of googling around, I was unable to come up with a catalog of > release dates for various versions. I was mostly just interested in things > like > > for release in "0.95 0.96 1.0 1.1 1.2 1.2.6 1.3".split(): > print release, get_release_year_and_month(release) > > sort of information, though point information would be interesting rather > than noise (such as security fixes on older versions, e.g. 1.2.6). > > Is this info readily available in some place my Googling couldn't find? Or > do I have to do a bit of wading in Subversion to extract this info? > > Thanks, > > -tkc > > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To post to this group, send email to django-users@googlegroups.com. > To unsubscribe from this group, send email to > django-users+unsubscr...@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/django-users?hl=en. > -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.