Reputation: 1482
I'm just starting to get into Django, and of course as of last night one of the two new Python versions went final (2.6 obviously ;)) so I'm wondering if 2.6 plus Django is ready for actual use or do the Django team need more time to finish with tweaks/cleanup?
All the google searches I did were inconclusive, I saw bits about some initial test runs on beta 2 but nothing more recent seemed to show up.
Edit: http://groups.google.com/group/django-developers/browse_thread/thread/a48f81d916f24a04
They've confirmed here 1.0 w/2.6 works fine as far as they know.
Upvotes: 6
Views: 4166
Reputation: 161
There is an unofficial build for mysqldb 1.2.2 win32 python 2.6 @ http://www.technicalbard.com/files/MySQL-python-1.2.2.win32-py2.6.exe
Upvotes: 2
Reputation: 15371
Note that there is currently no python-mysql adapter for python2.6. If you need MySQL, stick with 2.5 for now.
Upvotes: 5
Reputation: 48910
The impression I get is that 2.6 should work fine with Django 1.0. As found here: http://simonwillison.net/2008/Oct/2/whatus/
Upvotes: 7