码迷,mamicode.com
首页 > 编程语言 > 详细

Python Django 版本对应表

时间:2018-03-22 14:35:50      阅读:421      评论:0      收藏:0      [点我收藏+]

标签:Python Django 版本对应表

目前比较好的Python版本是Python3.4.4,既能兼顾MySQL又能兼顾Django

What Python version can I use with Django?

Django versionPython versions
1.82.7, 3.2 (until the end of 2016), 3.3, 3.4, 3.5
1.9, 1.102.7, 3.4, 3.5
1.112.7, 3.4, 3.5, 3.6
2.03.5+

参考网址:

https://docs.djangoproject.com/en/dev/faq/install/#what-python-version-can-i-use-with-django


MySQL Connector/Python Versions

实际上MySQL5.7.18对Python的Connector最高仅支持到Python3.4,Python3.5及以上版本是不能用的

技术分享图片

The following table summarizes the available Connector/Python versions. For series that have reached General Availability (GA) status, development releases in the series prior to the GA version are no longer supported.

Table 3.1 Connector/Python Version Reference

Connector/Python VersionMySQL Server VersionsPython VersionsConnector Status
2.25.7, 5.6, 5.53.3 and higher, 2.7Developer Milestone
2.15.7, 5.6, 5.53.3 and higher, 2.7, 2.6Recommended version
2.05.7, 5.6, 5.53.3 and higher, 2.7, 2.6GA, Supported
1.25.7, 5.6, 5.5 (5.1, 5.0, 4.1)3.1 and higher, 2.7, 2.6GA, Supported

参考网址:

https://dev.mysql.com/doc/connector-python/en/connector-python-versions.html


Python Django 版本对应表

标签:Python Django 版本对应表

原文地址:http://blog.51cto.com/461205160/2089813

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!