python Django Mysql版本对应图_daiqinge的博客-CSDN博客_django mysql版本 - 图1

    daiqinge 2019-03-06 14:59:20 python Django Mysql版本对应图_daiqinge的博客-CSDN博客_django mysql版本 - 图2
    3657 python Django Mysql版本对应图_daiqinge的博客-CSDN博客_django mysql版本 - 图3
    收藏 5

    最后发布: 2019-03-06 14:59:20 首次发布: 2019-03-06 14:59:20

    版权声明:本文为博主原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明。

    1. Python 和 Django 版本对应关系图

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

    Django version Python versions
    1.11 2.7, 3.4, 3.5, 3.6, 3.7 (added in 1.11.17)
    2.0 3.4, 3.5, 3.6, 3.7
    2.1, 2.2 3.5, 3.6, 3.7
    3.0 3.6, 3.7, 3.8
    1. Mysql 数据库和 python 关系图

    参考链接:https://dev.mysql.com/doc/connector-python/en/connector-python-versions.html

    Connector/Python Version MySQL Server Versions Python Versions Connector Status
    8.0 8.0, 5.7, 5.6, 5.5 3.7, 3.6, 3.5, 3.4, 2.7 General Availability
    2.2 (continues as 8.0) 5.7, 5.6, 5.5 3.5, 3.4, 2.7 Developer Milestone, No releases
    2.1 5.7, 5.6, 5.5 3.5, 3.4, 2.7, 2.6 General Availability
    2.0 5.7, 5.6, 5.5 3.5, 3.4, 2.7, 2.6 GA, final release on 2016-10-26
    1.2 5.7, 5.6, 5.5 (5.1, 5.0, 4.1) 3.4, 3.3, 3.2, 3.1, 2.7, 2.6 GA, final release on 2014-08-22

    https://blog.csdn.net/daiqinge/article/details/88235662