Django、Python、MySQL、Xadmin对应的版本要求

What Python version can I use with Django?【参考链接】

Django、Python、MySQL、Xadmin对应的版本要求_第1张图片

For each version of Python, only the latest micro release (A.B.C) is officially supported. You can find the latest micro version for each series on the Python download page.

Typically, we will support a Python version up to and including the first Django LTS release whose security support ends after security support for that version of Python ends. For example, Python 3.3 security support ended September 2017 and Django 1.8 LTS security support ended April 2018. Therefore Django 1.8 is the last version to support Python 3.3.

*****************************************************************************************************************************************

MySQL Connectors and other MySQL client tools and applications now synchronize the first digit of their version number with the (highest) MySQL server version they support. For example, MySQL Connector/Python 8.0.12 would be designed to support all features of MySQL server version 8 (or lower). This change makes it easy and intuitive to decide which client version to use for which server version.【参考链接】

Connector/Python 8.0.4 is the first release to use the new numbering. It is the successor to Connector/Python 2.2.3.

*****************************************************************************************************************************************

Xadmin【官方文档】

你可能感兴趣的:(编程/Python,项目管理/项目开发/运维)